Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed Mar 12, 2019
1 parent 5f45b3b commit ff77068
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.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))
* Implement safe copy [#6](https://github.com/aktsk/atgen/pull/6) ([objectx](https://github.com/objectx))

## [v0.2.0](https://github.com/aktsk/atgen/compare/v0.1.0...v0.2.0) (2019-01-29)

* Inject router function [#5](https://github.com/aktsk/atgen/pull/5) ([sachaos](https://github.com/sachaos))
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.2.0"
var version = "0.3.0"

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

0 comments on commit ff77068

Please sign in to comment.