Skip to content

Commit

Permalink
Bump v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amin Jams committed Mar 3, 2016
1 parent bb47149 commit 59e7118
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.1 (03.02.2016)

### Bugfix
- This is a bug-fix that was introduced as of `v0.2.0`. Compiled binary was trying to read off of the fs for the templates and default pipes. By using `go generate` we can still test the behavior of the extensions while embedding the text into the compiled binary.

## 0.3.0 (03.01.2016)

### Features
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ const (
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = "dev"
VersionPrerelease = ""
)

0 comments on commit 59e7118

Please sign in to comment.