Skip to content

Commit

Permalink
Bump version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki committed Apr 4, 2020
1 parent 5f80328 commit e88c11f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [v0.4.0](https://github.com/yuuki/transtracer/compare/v0.3.2...v0.4.0) (2020-04-04)

* Generate both rpm and deb packages by nfpm [#23](https://github.com/yuuki/transtracer/pull/23) ([yuuki](https://github.com/yuuki))
* Implement streaming mode [#21](https://github.com/yuuki/transtracer/pull/21) ([yuuki](https://github.com/yuuki))
* [readme] Add additional explanations of transtracer's overview [#22](https://github.com/yuuki/transtracer/pull/22) ([yuuki](https://github.com/yuuki))
* Prepare and apply golangci-lint [#20](https://github.com/yuuki/transtracer/pull/20) ([yuuki](https://github.com/yuuki))

## [v0.3.2](https://github.com/yuuki/transtracer/compare/v0.3.1...v0.3.2) (2020-03-10)

* Validate interval option [#15](https://github.com/yuuki/transtracer/pull/15) ([yuuki](https://github.com/yuuki))
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
const name = "transtracer"

// version is application version.
const version = "0.3.2"
const version = "0.4.0"

// commit describes latest git commit hash.
// This is automatically extracted by git describe --always.
Expand Down

0 comments on commit e88c11f

Please sign in to comment.