Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed May 13, 2019
1 parent b9f7ee1 commit 6ac580d
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,5 +1,10 @@
# Changelog

## [v0.6.0](https://github.com/aktsk/atgen/compare/v0.5.0...v0.6.0) (2019-05-13)

* Cache results of packges.Load() to shorten execution time [#14](https://github.com/aktsk/atgen/pull/14) ([mizzy](https://github.com/mizzy))
* Remove RouterFuncs of Generator struct [#13](https://github.com/aktsk/atgen/pull/13) ([mizzy](https://github.com/mizzy))

## [v0.5.0](https://github.com/aktsk/atgen/compare/v0.4.0...v0.5.0) (2019-04-08)

* Replace TrimLeft and TrimRight with TrimPrefix and TrimSuffix [#12](https://github.com/aktsk/atgen/pull/12) ([mizzy](https://github.com/mizzy))
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/urfave/cli"
)

var version = "0.5.0"
var version = "0.6.0"

func main() {
err := newApp().Run(os.Args)
Expand Down

0 comments on commit 6ac580d

Please sign in to comment.