Skip to content

Commit

Permalink
Bump version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleiade committed Oct 6, 2014
1 parent 8225121 commit 882989c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Arch": "386 amd64 arm",
"Os": "linux darwin",
"BuildConstraints": "linux darwin",
"PackageVersion": "0.3.3",
"PackageVersion": "0.3.4",
"ConfigVersion": "0.9",
"TaskSettings": {
"deb": {
Expand Down
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

0.3.4 / 2014-10-06
==================

* Fix #119: add missing errors return in trousseau's openpgp package
* Fix #121: Ensure files are created in 0600 mode
* Enhance integration testing
* Add dummy gpg keys for testing purposes
* Fix create store for multiple recipients

0.3.3 / 2014-09-22
==================

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ all: deps trousseau

deps:
@(echo "-> Processing dependencies")
@(go get github.com/kr/godep)
@(godep restore)
# @(go get github.com/kr/godep)
# @(godep restore)

trousseau: deps
@(echo "-> Compiling trousseau binary")
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.3"
const TROUSSEAU_VERSION = "0.3.4"

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.3/trousseau_0.3.3_darwin_amd64.zip'
url 'https://github.com/oleiade/trousseau/releases/download/0.3.4/trousseau_0.3.4_darwin_amd64.zip'
sha1 ''

def install
Expand Down

0 comments on commit 882989c

Please sign in to comment.