Skip to content

Commit c20bc86

Browse files
committed
Release version 4.0.0
1 parent 772c335 commit c20bc86

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- mode: org -*-
2-
* v4.0.0 UNRELEASED
2+
* v4.0.0 2024-08-08
33

44
- When calling the callback for a REST request, the same buffer which
55
was current when the request was made, is now temporarily made

docs/ghub.org

+2-2
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 3.6.0
10+
#+subtitle: for version 4.0.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 3.6.0.
18+
This manual is for Ghub version 4.0.0.
1919

2020
#+texinfo: @insertcopying
2121
:END:

docs/ghub.texi

+2-2
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 3.6.0
34+
@subtitle for version 4.0.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 3.6.0.
51+
This manual is for Ghub version 4.0.0.
5252

5353
@insertcopying
5454
@end ifnottex

ghub-pkg.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(define-package "ghub" "3.6.0"
1+
(define-package "ghub" "4.0.0"
22
"Client libraries for Git forge APIs."
33
'((emacs "26.3")
44
(compat "30.0.0.0")

lisp/ghub.el

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
;; Homepage: https://github.com/magit/ghub
77
;; Keywords: tools
88

9+
;; Package-Version: 4.0.0
10+
;; Package-Requires: (
11+
;; (emacs "26.3")
12+
;; (compat "30.0.0.0")
13+
;; (let-alist "1.0.6")
14+
;; (treepy "0.1.2"))
15+
916
;; SPDX-License-Identifier: GPL-3.0-or-later
1017

1118
;; This file is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)