Skip to content

Commit

Permalink
Release version 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 1, 2024
1 parent 973dad7 commit a63685b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/forge.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
#+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

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:
Expand Down
4 changes: 2 additions & 2 deletions docs/forge.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions lisp/forge.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a63685b

Please sign in to comment.