Skip to content

Commit 9724f8f

Browse files
committed
Checking in changes prior to tagging of version v0.5.0
1 parent e33d5e9 commit 9724f8f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v0.5.0](https://github.com/aktsk/atgen/compare/v0.4.0...v0.5.0) (2019-04-08)
4+
5+
* Replace TrimLeft and TrimRight with TrimPrefix and TrimSuffix [#12](https://github.com/aktsk/atgen/pull/12) ([mizzy](https://github.com/mizzy))
6+
37
## [v0.4.0](https://github.com/aktsk/atgen/compare/v0.3.0...v0.4.0) (2019-04-01)
48

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

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/urfave/cli"
88
)
99

10-
var version = "0.4.0"
10+
var version = "0.5.0"
1111

1212
func main() {
1313
err := newApp().Run(os.Args)

0 commit comments

Comments
 (0)