Skip to content

Commit 50f19eb

Browse files
author
Oleiade
committed
Version 0.3.3
1 parent 6a22040 commit 50f19eb

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.goxc.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"Os": "linux darwin",
77
"BuildConstraints": "linux darwin",
88
"PackageVersion": "0.3.3",
9-
"ConfigVersion": "0.9"
109
"ConfigVersion": "0.9",
1110
"TaskSettings": {
1211
"deb": {

History.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.3.3 / 2014-09-22
2+
==================
3+
4+
* Fix #117: fill the debian packages metadata Description field
5+
* Fix #116: raise and error when no recipients were provided to the create function
6+
* Fix #115 expected args count whether --file option is passed or not and add tests
7+
* Add integration tests with bats
8+
19
0.3.2 / 2014-09-15
210
==================
311

constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package trousseau
22

3-
const TROUSSEAU_VERSION = "0.3.2"
3+
const TROUSSEAU_VERSION = "0.3.3"
44

55
const (
66
DEFAULT_STORE_FILENAME = ".trousseau"

trousseau.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class Trousseau < Formula
44
homepage 'https://github.com/oleiade/trousseau'
5-
url 'https://github.com/oleiade/trousseau/releases/download/0.3.2/trousseau_0.3.2_darwin_amd64.zip'
5+
url 'https://github.com/oleiade/trousseau/releases/download/0.3.3/trousseau_0.3.3_darwin_amd64.zip'
66
sha1 ''
77

88
def install

0 commit comments

Comments
 (0)