Skip to content

Commit d4e8850

Browse files
committed
Release version 0.4.3
1 parent 90c22f9 commit d4e8850

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# -*- mode: org -*-
2+
* v0.4.3 2024-09-04
3+
4+
- Fixed tracking a new repository using ~forge-pull~. a839eaeaa
5+
6+
- Fixed type of ~forge--topics-spec~'s ~state~ slot. 5ee14bfbd
7+
8+
- Fixed several issues with ~forge--topics-list-command~. 1b4eaaedb, e94f6a37d
9+
10+
- When pulling API data outside a Git repository, do not try pull Git data,
11+
and make sure the buffer is refreshed regardless. #695
12+
213
* v0.4.2 2024-09-01
314

415
- Updated tooling.

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

5353
@insertcopying
5454
@end ifnottex

lisp/forge.el

Lines changed: 1 addition & 1 deletion
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.2
10+
;; Package-Version: 0.4.3
1111
;; Package-Requires: (
1212
;; (emacs "27.1")
1313
;; (compat "30.0.0.0")

0 commit comments

Comments
 (0)