diff --git a/CHANGELOG b/CHANGELOG index 99e18f26..f923b41d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,8 @@ # -*- mode: org -*- +* v0.4.4 2024-10-01 + +Thoughts and whitespace. + * v0.4.3 2024-09-04 - Fixed tracking a new repository using ~forge-pull~. a839eaeaa diff --git a/docs/forge.org b/docs/forge.org index 5d9da1ec..f7394ec4 100644 --- a/docs/forge.org +++ b/docs/forge.org @@ -7,7 +7,7 @@ #+texinfo_dir_category: Emacs #+texinfo_dir_title: Forge: (forge). #+texinfo_dir_desc: Access Git Forges from Magit -#+subtitle: for version 0.4.3 +#+subtitle: for version 0.4.4 #+setupfile: .orgconfig @@ -15,7 +15,7 @@ Forge allows you to work with Git forges, currently Github and Gitlab, from the comfort of Magit and Emacs. #+texinfo: @noindent -This manual is for Forge version 0.4.3. +This manual is for Forge version 0.4.4. #+texinfo: @insertcopying :END: diff --git a/docs/forge.texi b/docs/forge.texi index bfd1a9de..fee2ff61 100644 --- a/docs/forge.texi +++ b/docs/forge.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Forge User and Developer Manual -@subtitle for version 0.4.3 +@subtitle for version 0.4.4 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -48,7 +48,7 @@ Forge allows you to work with Git forges, currently Github and Gitlab, from the comfort of Magit and Emacs. @noindent -This manual is for Forge version 0.4.3. +This manual is for Forge version 0.4.4. @insertcopying @end ifnottex diff --git a/lisp/forge.el b/lisp/forge.el index 0444dac9..2fe17909 100644 --- a/lisp/forge.el +++ b/lisp/forge.el @@ -7,19 +7,19 @@ ;; Homepage: https://github.com/magit/forge ;; Keywords: git tools vc -;; Package-Version: 0.4.3 +;; Package-Version: 0.4.4 ;; Package-Requires: ( ;; (emacs "27.1") ;; (compat "30.0.0.0") ;; (closql "2.0.0") ;; (dash "2.19.1") -;; (emacsql "4.0.2") -;; (ghub "4.1.0") +;; (emacsql "4.0.3") +;; (ghub "4.1.1") ;; (let-alist "1.0.6") -;; (magit "4.1.0") +;; (magit "4.1.1") ;; (markdown-mode "2.6") ;; (seq "2.24") -;; (transient "0.7.5") +;; (transient "0.7.6") ;; (yaml "0.5.5")) ;; SPDX-License-Identifier: GPL-3.0-or-later