Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed Apr 1, 2019
1 parent 4ee132f commit 4eca3e0
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.4.0](https://github.com/aktsk/atgen/compare/v0.3.0...v0.4.0) (2019-04-01)

* Use go/packages instead of go/loader [#11](https://github.com/aktsk/atgen/pull/11) ([mizzy](https://github.com/mizzy))
* Disable golint temporary [#10](https://github.com/aktsk/atgen/pull/10) ([mizzy](https://github.com/mizzy))

## [v0.3.0](https://github.com/aktsk/atgen/compare/v0.2.0...v0.3.0) (2019-03-12)

* Support register variables [#8](https://github.com/aktsk/atgen/pull/8) ([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.3.0"
var version = "0.4.0"

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

0 comments on commit 4eca3e0

Please sign in to comment.