Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleiade committed Sep 15, 2014
1 parent aa07142 commit c805d53
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"Arch": "386 amd64 arm",
"Os": "linux darwin",
"BuildConstraints": "linux darwin",
"PackageVersion": "0.3.1",
"PackageVersion": "0.3.2",
"ConfigVersion": "0.9"
}
15 changes: 15 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
0.3.2 / 2014-09-15
==================

* Fix store path evaluation order option > env > default [fix #112]
* Add support for alternative gnupg home [fix #103]
* Generate gnupg pubring and secring at execution time [ref #103]
* trousseau/crypto/openpgp cleanup and enhancements
* Remove globals.go file [ref #101]
* Enhance logging when no private key able to decrypt data store found [fix #111]
* Raise a proper error message when outdated data store format is detected [fix #109]
* Remove useless logging from upgrade command [fix #104]
* Fix import raises an error when data store does not exist [fix #58]
* Support for multiple recipients on data store creation [fix #95]
* Throw error when recipient does not exist on create command [fix #89]

0.3.1 / 2014-09-10
==================

Expand Down
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package trousseau

const TROUSSEAU_VERSION = "0.3.1"
const TROUSSEAU_VERSION = "0.3.2"

const (
DEFAULT_STORE_FILENAME = ".trousseau"
Expand Down
2 changes: 1 addition & 1 deletion trousseau.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Trousseau < Formula
homepage 'https://github.com/oleiade/trousseau'
url 'https://github.com/oleiade/trousseau/releases/download/0.3.1/trousseau_0.3.1_darwin_amd64.zip'
url 'https://github.com/oleiade/trousseau/releases/download/0.3.2/trousseau_0.3.2_darwin_amd64.zip'
sha1 ''

def install
Expand Down

0 comments on commit c805d53

Please sign in to comment.