File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 6
6
"Os" : " linux darwin" ,
7
7
"BuildConstraints" : " linux darwin" ,
8
8
"PackageVersion" : " 0.3.3" ,
9
- "ConfigVersion" : " 0.9"
10
9
"ConfigVersion" : " 0.9" ,
11
10
"TaskSettings" : {
12
11
"deb" : {
Original file line number Diff line number Diff line change
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
+
1
9
0.3.2 / 2014-09-15
2
10
==================
3
11
Original file line number Diff line number Diff line change 1
1
package trousseau
2
2
3
- const TROUSSEAU_VERSION = "0.3.2 "
3
+ const TROUSSEAU_VERSION = "0.3.3 "
4
4
5
5
const (
6
6
DEFAULT_STORE_FILENAME = ".trousseau"
Original file line number Diff line number Diff line change 2
2
3
3
class Trousseau < Formula
4
4
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'
6
6
sha1 ''
7
7
8
8
def install
You can’t perform that action at this time.
0 commit comments