Skip to content

Commit d4eb8d1

Browse files
committed
Release version 0.6.5
1 parent 12ee53b commit d4eb8d1

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

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.5 UNRELEASED
2+
* v0.6.5 2026-05-01
33

44
- Fixed a pagination bug, which could completely prevent pulling API
55
data for certain Github repositories. #843

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.6.4
10+
#+subtitle: for version 0.6.5
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.6.4.
18+
This manual is for Forge version 0.6.5.
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.6.4
34+
@subtitle for version 0.6.5
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.6.4.
51+
This manual is for Forge version 0.6.5.
5252

5353
@insertcopying
5454
@end ifnottex

lisp/forge.el

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

10-
;; Package-Version: 0.6.4
10+
;; Package-Version: 0.6.5
1111
;; Package-Requires: (
1212
;; (emacs "29.1")
1313
;; (compat "30.1")
1414
;; (closql "2.4")
15-
;; (cond-let "0.2")
15+
;; (cond-let "1.0")
1616
;; (emacsql "4.3")
17-
;; (ghub "5.1")
17+
;; (ghub "5.2")
1818
;; (llama "1.0")
1919
;; (magit "4.5")
2020
;; (markdown-mode "2.8")
2121
;; (seq "2.24")
22-
;; (transient "0.12")
22+
;; (transient "0.13")
2323
;; (yaml "1.2"))
2424

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

0 commit comments

Comments
 (0)