Skip to content

Commit 1fb0fba

Browse files
committed
Release version 5.1.0
1 parent 3866c82 commit 1fb0fba

4 files changed

Lines changed: 17 additions & 8 deletions

File tree

CHANGELOG

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# -*- mode: org -*-
2-
* v5.1.0 UNRELEASED
2+
* v5.1.0 2026-04-01
33

44
- Loading ~ghub~ no longer loads ~ghub-legacy~ and the functions defined
5-
in the latter are now declared obsolete.
5+
in the latter are now declared obsolete. a81e83c
6+
7+
- Callbacks and errorbacks no longer have to accept four mandatory
8+
arguments, they can also just accept one. 42ebf09
9+
10+
- The debugger no longer falsely assumes all GraphQL queries come
11+
with a payload/variables. f1cd5be
12+
13+
- GraphQL errors can now be ignored, which allows processing the
14+
data received for the subqueries that succeeded. 3866c82
615

716
* v5.0.4 2026-03-01
817

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

5353
@insertcopying
5454
@end ifnottex

lisp/ghub.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
;; Homepage: https://github.com/magit/ghub
77
;; Keywords: tools
88

9-
;; Package-Version: 5.0.4
9+
;; Package-Version: 5.1.0
1010
;; Package-Requires: (
1111
;; (emacs "29.1")
1212
;; (compat "30.1")
1313
;; (cond-let "0.2")
1414
;; (llama "1.0")
15-
;; (treepy "0.1.2"))
15+
;; (treepy "0.1.3"))
1616

1717
;; SPDX-License-Identifier: GPL-3.0-or-later
1818

0 commit comments

Comments
 (0)