Skip to content

Commit

Permalink
Release version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Aug 14, 2024
1 parent cf152ba commit 22a7aa5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: org -*-
* v0.4.1 UNRELEASED
* v0.4.1 2024-08-14

- ~forge-add-repository~ now guides the user to set ~forge.remote~ and provides
pointers to the relevant documentation, when additional configuration is
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.0
#+subtitle: for version 0.4.1

#+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.0.
This manual is for Forge version 0.4.1.

#+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.0
@subtitle for version 0.4.1
@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.0.
This manual is for Forge version 0.4.1.

@insertcopying
@end ifnottex
Expand Down
2 changes: 1 addition & 1 deletion forge-pkg.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-package "forge" "0.4.0"
(define-package "forge" "0.4.1"
"Access Git forges from Magit."
'((emacs "27.1")
(compat "30.0.0.0")
Expand Down
2 changes: 1 addition & 1 deletion lisp/forge.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Homepage: https://github.com/magit/forge
;; Keywords: git tools vc

;; Package-Version: 0.4.0
;; Package-Version: 0.4.1
;; Package-Requires: (
;; (emacs "27.1")
;; (compat "30.0.0.0")
Expand Down

0 comments on commit 22a7aa5

Please sign in to comment.