Skip to content

Commit

Permalink
bump for 0.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Mar 10, 2015
1 parent e6a80d3 commit 3a9cb92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/).
## Planned for the future
- Switch to `gonut` instead of `godep` for more reliable builds.

## 0.0.2 - Unreleased
## 0.0.3 - Unreleased

## 0.0.2 - 2015-03-10
### Changed
Some preliminary work towards robust cross platform support:
- Switched to using `status -z` instead of `status --porcelain` for obtaining
work tree status. This adds a bit if parsing complexity, but should be the
absolute most robust long term way to read things, and should enhance cross
Expand All @@ -14,5 +17,5 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/).
understandable by most shells but significantly less likely to appear in a
filename.

## 0.0.1 - 2014-03-04
## 0.0.1 - 2015-03-04
First "ready for daily usage" internal alpha version.
2 changes: 1 addition & 1 deletion commands/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
const NAME string = "scmpuff"

// the version of this software
const VERSION string = "0.0.1"
const VERSION string = "0.0.2"

var VersionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit 3a9cb92

Please sign in to comment.