Skip to content

Commit 6662865

Browse files
committed
Release version 3.5.5
1 parent e0d0bc7 commit 6662865

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# -*- mode: org -*-
2+
* v3.5.5 2022-02-16
3+
4+
- Define ~ghub--auth~ as a generic function.
5+
6+
- Also included are several other improvements, updated documentation
7+
and bugfixes.
8+
9+
- The experimental and unfinished support for the native json backend
10+
must not be used. It was merged prematurely.
11+
212
* v3.5.4 2021-10-02
313

414
- Add new ~sparse~ argument to ~ghub-fetch-repository~, making it possible

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: Minuscule client library for the Github API.
10-
#+subtitle: for version 3.5.4-git
10+
#+subtitle: for version 3.5.5
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.5.4-git.
18+
This manual is for Ghub version 3.5.5.
1919

2020
#+begin_quote
2121
Copyright (C) 2017-{{{year}}} Jonas Bernoulli <[email protected]>

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.5.4-git
34+
@subtitle for version 3.5.5
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.5.4-git.
51+
This manual is for Ghub version 3.5.5.
5252

5353
@quotation
5454
Copyright (C) 2017-2022 Jonas Bernoulli <jonas@@bernoul.li>

lisp/ghub-pkg.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(define-package "ghub" "0"
22
"Minuscule client libraries for Git forge APIs."
33
'((emacs "25.1")
4-
(let-alist "1.0.5")
4+
(let-alist "1.0.6")
55
(treepy "0.1.1")))

0 commit comments

Comments
 (0)