Skip to content

Commit

Permalink
Version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleiade committed Sep 22, 2014
1 parent 6a22040 commit 50f19eb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 0 additions & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"Os": "linux darwin",
"BuildConstraints": "linux darwin",
"PackageVersion": "0.3.3",
"ConfigVersion": "0.9"
"ConfigVersion": "0.9",
"TaskSettings": {
"deb": {
Expand Down
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
==================

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.2"
const TROUSSEAU_VERSION = "0.3.3"

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.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
Expand Down

0 comments on commit 50f19eb

Please sign in to comment.