Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkraemer committed Dec 27, 2016
1 parent dcb352d commit f2f5609
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
== 0.3.0 2016-12-27

* [MIGHT BREAK THINGS] All mail headers will preserved now, if you want to
suppress headers you'll have to remove them yourself from now on.
* Strip "headers" when stripping inline signature (patch by @duckdalbe)
* support hkps URI scheme
* bugfix for verifying the "encapsulated" variant of pgp/mime (patch by @duckdalbe)

== 0.2.9 2016-11-15

* add missing require to test case (patch by @ge-fa)
Expand Down
2 changes: 1 addition & 1 deletion lib/mail/gpg/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Mail
module Gpg
VERSION = "0.2.9"
VERSION = "0.3.0"
end
end

0 comments on commit f2f5609

Please sign in to comment.