Skip to content

Commit bbecd89

Browse files
committed
Release version 0.6.0
1 parent 4fa7895 commit bbecd89

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- mode: org -*-
2-
* v0.6.0 UNRELEASED
2+
* v0.6.0 2025-09-09
33

44
- Switched to the new low-level functions, provided by Ghub v5.0.0,
55
for making REST and GraphQL requests. These new functions address

docs/forge.org

Lines changed: 2 additions & 2 deletions
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.5.3
10+
#+subtitle: for version 0.6.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.5.3.
18+
This manual is for Forge version 0.6.0.
1919

2020
#+texinfo: @insertcopying
2121
:END:

docs/forge.texi

Lines changed: 2 additions & 2 deletions
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.5.3
34+
@subtitle for version 0.6.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.5.3.
51+
This manual is for Forge version 0.6.0.
5252

5353
@insertcopying
5454
@end ifnottex

lisp/forge.el

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
;; Homepage: https://github.com/magit/forge
88
;; Keywords: git tools vc
99

10-
;; Package-Version: 0.5.3
10+
;; Package-Version: 0.6.0
1111
;; Package-Requires: (
12-
;; (emacs "29.1")
13-
;; (compat "30.1")
14-
;; (cond-let "0.1")
15-
;; (closql "2.2.2")
16-
;; (emacsql "4.3.1")
17-
;; (ghub "4.3.2")
18-
;; (llama "1.0")
19-
;; (magit "4.3.6")
12+
;; (emacs "29.1")
13+
;; (compat "30.1")
14+
;; (closql "2.3")
15+
;; (cond-let "0.1")
16+
;; (emacsql "4.3")
17+
;; (ghub "5.0")
18+
;; (llama "1.0")
19+
;; (magit "4.4")
2020
;; (markdown-mode "2.7")
21-
;; (seq "2.24")
22-
;; (transient "0.9.0")
23-
;; (yaml "1.2.0"))
21+
;; (seq "2.24")
22+
;; (transient "0.10")
23+
;; (yaml "1.2"))
2424

2525
;; SPDX-License-Identifier: GPL-3.0-or-later
2626

0 commit comments

Comments
 (0)