Skip to content

Commit 214a146

Browse files
committed
Release version 4.3.1
1 parent 010e85a commit 214a146

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# -*- mode: org -*-
2+
* v4.3.1 2025-04-28
3+
4+
- Fixed following paging links for Forgejo. #170
5+
6+
- Deprecated ~{buck,gogs,gtea}-{VERB}~ functions.
7+
28
* v4.3.0 2025-04-01
39

410
- Use the built-in native JSON support added in Emacs 30. In Emacs

docs/ghub.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: Ghub: (ghub).
99
#+texinfo_dir_desc: Client library for the Github API.
10-
#+subtitle: for version 4.3.0
10+
#+subtitle: for version 4.3.1
1111

1212
#+setupfile: .orgconfig
1313

1414
Ghub is an Emacs library that is used by various packages to access
1515
the APIs of various instances of various Git forge implementations.
1616

1717
#+texinfo: @noindent
18-
This manual is for Ghub version 4.3.0.
18+
This manual is for Ghub version 4.3.1.
1919

2020
#+texinfo: @insertcopying
2121
:END:

docs/ghub.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 Ghub User and Developer Manual
34-
@subtitle for version 4.3.0
34+
@subtitle for version 4.3.1
3535
@author Jonas Bernoulli
3636
@page
3737
@vskip 0pt plus 1filll
@@ -48,7 +48,7 @@ Ghub is an Emacs library that is used by various packages to access
4848
the APIs of various instances of various Git forge implementations.
4949

5050
@noindent
51-
This manual is for Ghub version 4.3.0.
51+
This manual is for Ghub version 4.3.1.
5252

5353
@insertcopying
5454
@end ifnottex

lisp/ghub.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Homepage: https://github.com/magit/ghub
77
;; Keywords: tools
88

9-
;; Package-Version: 4.3.0
9+
;; Package-Version: 4.3.1
1010
;; Package-Requires: (
1111
;; (emacs "29.1")
1212
;; (compat "30.1.0.0")

0 commit comments

Comments
 (0)