File tree 4 files changed +15
-5
lines changed
4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
# -*- 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
+
2
12
* v3.5.4 2021-10-02
3
13
4
14
- Add new ~sparse~ argument to ~ghub-fetch-repository~, making it possible
Original file line number Diff line number Diff line change 7
7
#+texinfo_dir_category: Emacs
8
8
#+texinfo_dir_title: Ghub: (ghub).
9
9
#+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
11
11
12
12
#+setupfile: .orgconfig
13
13
14
14
Ghub is an Emacs library that is used by various packages to access
15
15
the APIs of various instances of various Git forge implementations.
16
16
17
17
#+texinfo: @noindent
18
- This manual is for Ghub version 3.5.4-git .
18
+ This manual is for Ghub version 3.5.5 .
19
19
20
20
#+begin_quote
21
21
Copyright (C) 2017-{{{year}}} Jonas Bernoulli <
[email protected] >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ General Public License for more details.
31
31
@finalout
32
32
@titlepage
33
33
@title Ghub User and Developer Manual
34
- @subtitle for version 3.5.4-git
34
+ @subtitle for version 3.5.5
35
35
@author Jonas Bernoulli
36
36
@page
37
37
@vskip 0pt plus 1filll
@@ -48,7 +48,7 @@ Ghub is an Emacs library that is used by various packages to access
48
48
the APIs of various instances of various Git forge implementations.
49
49
50
50
@noindent
51
- This manual is for Ghub version 3.5.4-git .
51
+ This manual is for Ghub version 3.5.5 .
52
52
53
53
@quotation
54
54
Copyright (C) 2017-2022 Jonas Bernoulli <jonas@@ bernoul.li>
Original file line number Diff line number Diff line change 1
1
(define-package " ghub" " 0"
2
2
" Minuscule client libraries for Git forge APIs."
3
3
'((emacs " 25.1" )
4
- (let-alist " 1.0.5 " )
4
+ (let-alist " 1.0.6 " )
5
5
(treepy " 0.1.1" )))
You can’t perform that action at this time.
0 commit comments