Skip to content

Commit

Permalink
release v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zoncoen committed Nov 2, 2023
1 parent b1692c4 commit fd12d98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

<a name="v0.16.2"></a>
## [v0.16.2] - 2023-11-02
### Bug Fixes
- **template:** don't convert int to string

<a name="v0.16.1"></a>
## [v0.16.1] - 2023-11-01
### Features
Expand Down Expand Up @@ -370,6 +375,7 @@ change protocl.Protocol interface
- first release


[v0.16.2]: https://github.com/zoncoen/scenarigo/compare/v0.16.1...v0.16.2
[v0.16.1]: https://github.com/zoncoen/scenarigo/compare/v0.16.0...v0.16.1
[v0.16.0]: https://github.com/zoncoen/scenarigo/compare/v0.15.1...v0.16.0
[v0.15.1]: https://github.com/zoncoen/scenarigo/compare/v0.15.0...v0.15.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ steps:
### go install command (recommend)
```shell
$ go install github.com/zoncoen/scenarigo/cmd/[email protected].1
$ go install github.com/zoncoen/scenarigo/cmd/[email protected].2
```

### from release page
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

var (
version = "0.16.1"
version = "0.16.2"
revision = "dev"
info, ok = debug.ReadBuildInfo()
)
Expand Down

0 comments on commit fd12d98

Please sign in to comment.