From c805d535cc556d7f7fe6a405c69e71e153534239 Mon Sep 17 00:00:00 2001 From: Oleiade Date: Mon, 15 Sep 2014 10:20:37 +0200 Subject: [PATCH] Version 0.3.2 --- .goxc.json | 2 +- History.md | 15 +++++++++++++++ constants.go | 2 +- trousseau.rb | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.goxc.json b/.goxc.json index 3422908..a161029 100644 --- a/.goxc.json +++ b/.goxc.json @@ -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" } diff --git a/History.md b/History.md index 92fec8d..2b17a46 100644 --- a/History.md +++ b/History.md @@ -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 ================== diff --git a/constants.go b/constants.go index cfcc7ac..983e7b8 100644 --- a/constants.go +++ b/constants.go @@ -1,6 +1,6 @@ package trousseau -const TROUSSEAU_VERSION = "0.3.1" +const TROUSSEAU_VERSION = "0.3.2" const ( DEFAULT_STORE_FILENAME = ".trousseau" diff --git a/trousseau.rb b/trousseau.rb index ed1022a..98cbe09 100644 --- a/trousseau.rb +++ b/trousseau.rb @@ -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