Skip to content

Commit a8af709

Browse files
committed
Release version 0.6.6
1 parent 9b768cc commit a8af709

4 files changed

Lines changed: 16 additions & 7 deletions

File tree

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# -*- mode: org -*-
2+
* v0.6.6 2026-06-01
3+
4+
- Fixed a regression in interaction with Ghub. #848
5+
6+
- No longer error if ~ssh~ is missing when looking up a host in
7+
~forge-alist~.
8+
9+
- ~forge-pull-this-topic~ is now bound to ~G~ in ~forge-topic-mode-map~.
10+
211
* v0.6.5 2026-05-01
312

413
- Fixed a pagination bug, which could completely prevent pulling API

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

5353
@insertcopying
5454
@end ifnottex

lisp/forge.el

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

10-
;; Package-Version: 0.6.5
10+
;; Package-Version: 0.6.6
1111
;; Package-Requires: (
1212
;; (emacs "29.1")
1313
;; (compat "31.0")
1414
;; (closql "2.4")
1515
;; (cond-let "1.1")
16-
;; (emacsql "4.3")
17-
;; (ghub "5.2")
16+
;; (emacsql "4.4")
17+
;; (ghub "5.2.1")
1818
;; (llama "1.0")
1919
;; (magit "4.5")
2020
;; (markdown-mode "2.8")

0 commit comments

Comments
 (0)