Skip to content

Commit

Permalink
Release version 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed May 13, 2023
1 parent 6974b2a commit 0fd648f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: org -*-
* v3.5.7 UNRELEASED
* v3.6.0 2023-05-13

- Queries can now be passed to ~ghub-graphql~ in the gsexp format.
f3a2654
Expand Down
4 changes: 2 additions & 2 deletions docs/ghub.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
#+texinfo_dir_category: Emacs
#+texinfo_dir_title: Ghub: (ghub).
#+texinfo_dir_desc: Client library for the Github API.
#+subtitle: for version 3.5.6.50-git
#+subtitle: for version 3.6.0

#+setupfile: .orgconfig

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

#+texinfo: @noindent
This manual is for Ghub version 3.5.6.50-git.
This manual is for Ghub version 3.6.0.

#+texinfo: @insertcopying
:END:
Expand Down
4 changes: 2 additions & 2 deletions docs/ghub.texi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Ghub User and Developer Manual
@subtitle for version 3.5.6.50-git
@subtitle for version 3.6.0
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand All @@ -48,7 +48,7 @@ Ghub is an Emacs library that is used by various packages to access
the APIs of various instances of various Git forge implementations.

@noindent
This manual is for Ghub version 3.5.6.50-git.
This manual is for Ghub version 3.6.0.

@insertcopying
@end ifnottex
Expand Down
2 changes: 1 addition & 1 deletion ghub-pkg.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-package "ghub" "3.5.6.50-git"
(define-package "ghub" "3.6.0"
"Client libraries for Git forge APIs."
'((emacs "25.1")
(compat "29.1.4.1")
Expand Down

0 comments on commit 0fd648f

Please sign in to comment.