Skip to content

Commit 9db4d38

Browse files
committed
Release version 0.5.0
1 parent e619540 commit 9db4d38

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- mode: org -*-
2-
* v0.5.0 UNRELEASED
2+
* v0.5.0 2025-04-01
33

44
- Added support for Github discussions. This is a large addition and
55
there are still sharp edges in need of sanding. 3aa6d2a60

docs/forge.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
#+texinfo_dir_category: Emacs
88
#+texinfo_dir_title: Forge: (forge).
99
#+texinfo_dir_desc: Access Git Forges from Magit
10-
#+subtitle: for version 0.4.8
10+
#+subtitle: for version 0.5.0
1111

1212
#+setupfile: .orgconfig
1313

1414
Forge allows you to work with Git forges, currently Github and Gitlab,
1515
from the comfort of Magit and Emacs.
1616

1717
#+texinfo: @noindent
18-
This manual is for Forge version 0.4.8.
18+
This manual is for Forge version 0.5.0.
1919

2020
#+texinfo: @insertcopying
2121
:END:

docs/forge.texi

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ General Public License for more details.
3131
@finalout
3232
@titlepage
3333
@title Forge User and Developer Manual
34-
@subtitle for version 0.4.8
34+
@subtitle for version 0.5.0
3535
@author Jonas Bernoulli
3636
@page
3737
@vskip 0pt plus 1filll
@@ -48,7 +48,7 @@ Forge allows you to work with Git forges, currently Github and Gitlab,
4848
from the comfort of Magit and Emacs.
4949

5050
@noindent
51-
This manual is for Forge version 0.4.8.
51+
This manual is for Forge version 0.5.0.
5252

5353
@insertcopying
5454
@end ifnottex

lisp/forge.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Homepage: https://github.com/magit/forge
88
;; Keywords: git tools vc
99

10-
;; Package-Version: 0.4.8
10+
;; Package-Version: 0.5.0
1111
;; Package-Requires: (
1212
;; (emacs "29.1")
1313
;; (compat "30.0.2.0")

0 commit comments

Comments
 (0)