From 50f19ebc42a4d6c72b6ac106c3398d1d9b2567ba Mon Sep 17 00:00:00 2001 From: Oleiade Date: Mon, 22 Sep 2014 23:02:40 +0200 Subject: [PATCH] Version 0.3.3 --- .goxc.json | 1 - History.md | 8 ++++++++ constants.go | 2 +- trousseau.rb | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.goxc.json b/.goxc.json index 8989f13..e1f4530 100644 --- a/.goxc.json +++ b/.goxc.json @@ -6,7 +6,6 @@ "Os": "linux darwin", "BuildConstraints": "linux darwin", "PackageVersion": "0.3.3", - "ConfigVersion": "0.9" "ConfigVersion": "0.9", "TaskSettings": { "deb": { diff --git a/History.md b/History.md index 2b17a46..9877bf6 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,11 @@ +0.3.3 / 2014-09-22 +================== + + * Fix #117: fill the debian packages metadata Description field + * Fix #116: raise and error when no recipients were provided to the create function + * Fix #115 expected args count whether --file option is passed or not and add tests + * Add integration tests with bats + 0.3.2 / 2014-09-15 ================== diff --git a/constants.go b/constants.go index 983e7b8..ac8a099 100644 --- a/constants.go +++ b/constants.go @@ -1,6 +1,6 @@ package trousseau -const TROUSSEAU_VERSION = "0.3.2" +const TROUSSEAU_VERSION = "0.3.3" const ( DEFAULT_STORE_FILENAME = ".trousseau" diff --git a/trousseau.rb b/trousseau.rb index 98cbe09..8b57607 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.2/trousseau_0.3.2_darwin_amd64.zip' + url 'https://github.com/oleiade/trousseau/releases/download/0.3.3/trousseau_0.3.3_darwin_amd64.zip' sha1 '' def install