Skip to content

Commit e15d3fc

Browse files
committed
Release 2.0.25
Signed-off-by: Daiki Ueno <ueno@gnu.org>
1 parent 8695fec commit e15d3fc

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2.0.25 July 26, 2025
2+
3+
- Support GPGME 2.0.0 (#202, #203)
4+
- Support deletion of secret keys without confirmation (#193)
5+
- Update dependencies (#201, ...)
6+
* libgpg-error 1.55
7+
* libassuan 3.0.2
8+
* gpgme 2.0.0
9+
- Build improvements (#195, ...)
10+
111
2.0.24 January 31, 2024
212

313
- Fix --clean option (#178, #179)

gpgme.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Gem::Specification.new do |s|
22
s.name = 'gpgme'
3-
s.version = '2.0.24'
3+
s.version = '2.0.25'
44
s.authors = ['Daiki Ueno', 'Albert Llop']
5-
s.date = '2024-01-31'
5+
s.date = '2025-07-26'
66
s.email = 'ueno@gnu.org'
77
s.extensions = ['ext/gpgme/extconf.rb']
88
s.files = Dir['{lib,ext,test,examples}/**/*'] +

lib/gpgme/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module GPGME
22
# The version of GPGME ruby binding you are using
3-
VERSION = "2.0.24"
3+
VERSION = "2.0.25"
44
end

0 commit comments

Comments
 (0)