Skip to content

Commit

Permalink
Release 2.0.23
Browse files Browse the repository at this point in the history
Signed-off-by: Daiki Ueno <[email protected]>
  • Loading branch information
ueno committed Aug 16, 2023
1 parent 60290c6 commit 0d2f685
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
2.0.23 July 21, 2023

- Fix: incompatible function pointer types with “gpgme_op_keylist_ext_start” (Clang 16)
2.0.23 August 16, 2023

- Fix incompatible function pointer types with “gpgme_op_keylist_ext_start” (Clang 16) (#176)
- Update dependencies (#174, ...)
* libgpg-error 1.47
* libassuan 2.5.6
- Fix rubydoc URL (#169)
- Improve checks for pkg-config and fall back to gpgme-config (#168)

2.0.22 November 25, 2022

Expand Down
2 changes: 1 addition & 1 deletion gpgme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.name = 'gpgme'
s.version = '2.0.23'
s.authors = ['Daiki Ueno', 'Albert Llop']
s.date = '2022-11-25'
s.date = '2023-08-16'
s.email = '[email protected]'
s.extensions = ['ext/gpgme/extconf.rb']
s.files = Dir['{lib,ext,test,examples}/**/*'] +
Expand Down

0 comments on commit 0d2f685

Please sign in to comment.