Skip to content

Commit

Permalink
Merge pull request #3 from gliderlabs/master
Browse files Browse the repository at this point in the history
Release 0.0.4
  • Loading branch information
progrium committed Feb 10, 2015
2 parents 080c84f + 069a002 commit 8f65d4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ All notable changes to this project will be documented in this file.

### Changed

## [0.0.4] - 2015-02-09
### Fixed
- Use bash from PATH
- Fix single quoting in environment variables

## [0.0.3] - 2015-02-09
### Fixed
- Fixed profile loading logic
Expand All @@ -30,6 +35,7 @@ All notable changes to this project will be documented in this file.
### Fixed
- Fixed profiles not loading

[unreleased]: https://github.com/gliderlabs/glidergun/compare/v0.0.3...HEAD
[0.0.3]: https://github.com/gliderlabs/glidergun/compare/v0.0.1...v0.0.3
[unreleased]: https://github.com/gliderlabs/glidergun/compare/v0.0.4...HEAD
[0.0.4]: https://github.com/gliderlabs/glidergun/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/gliderlabs/glidergun/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/gliderlabs/glidergun/compare/v0.0.1...v0.0.2
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NAME=glidergun
BINARYNAME=gun
ARCH=$(shell uname -m)
VERSION=0.0.3
VERSION=0.0.4

build:
go-bindata include
Expand Down

0 comments on commit 8f65d4e

Please sign in to comment.