From 519472b15f179db89218a52e76df09f20357d68d Mon Sep 17 00:00:00 2001 From: Jens Kraemer Date: Mon, 8 Jul 2019 13:19:21 +0800 Subject: [PATCH] 0.4.1 --- History.txt | 7 +++++++ lib/mail/gpg/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 71a1ab1f..98792d4d 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,10 @@ +== 0.4.1 2019-07-08 + +* do not modify argument hash #61 +* fix tests on travis and run them with both gpg < 2.0 and >= 2.1 +* gpg 2.0.x apparently has no way of preseeding passphrases and thus will only + ever work with passphraseless keys. + == 0.4.0 2018-05-19 * [MIGHT BREAK THINGS] changes to the way keys are looked up #55 diff --git a/lib/mail/gpg/version.rb b/lib/mail/gpg/version.rb index 206fc502..22869b86 100644 --- a/lib/mail/gpg/version.rb +++ b/lib/mail/gpg/version.rb @@ -1,5 +1,5 @@ module Mail module Gpg - VERSION = "0.4.0" + VERSION = "0.4.1" end end