We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33d5e9 commit 9724f8fCopy full SHA for 9724f8f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
## [v0.4.0](https://github.com/aktsk/atgen/compare/v0.3.0...v0.4.0) (2019-04-01)
8
9
* Use go/packages instead of go/loader [#11](https://github.com/aktsk/atgen/pull/11) ([mizzy](https://github.com/mizzy))
main.go
@@ -7,7 +7,7 @@ import (
"github.com/urfave/cli"
)
10
-var version = "0.4.0"
+var version = "0.5.0"
11
12
func main() {
13
err := newApp().Run(os.Args)
0 commit comments