Skip to content

Commit

Permalink
Release 2.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Nov 24, 2022
1 parent b53405e commit b8af6be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.0.22 November 25, 2022

- Make mini_portile2 less restrictive (#163)
- Undefine the alloc Ctx, Data and Key functions for Ruby 3.2 (#158)
- Prefer pkg-config over gpgme-config (#166)

2.0.21 October 8, 2022

- Update dependencies (#154)
Expand Down
4 changes: 2 additions & 2 deletions gpgme.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = 'gpgme'
s.version = '2.0.21'
s.version = '2.0.22'
s.authors = ['Daiki Ueno', 'Albert Llop']
s.date = '2022-10-08'
s.date = '2022-11-25'
s.email = 'ueno@gnu.org'
s.extensions = ['ext/gpgme/extconf.rb']
s.files = Dir['{lib,ext,test,examples}/**/*'] +
Expand Down
2 changes: 1 addition & 1 deletion lib/gpgme/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module GPGME
# The version of GPGME ruby binding you are using
VERSION = "2.0.21"
VERSION = "2.0.22"
end

0 comments on commit b8af6be

Please sign in to comment.