Skip to content

Commit

Permalink
release v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zoncoen committed Dec 15, 2022
1 parent 1b77594 commit c2917b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# CHANGELOG

<a name="v0.13.1"></a>
## [v0.13.1] - 2022-12-15
- bump up the version of dependent modules

<a name="v0.13.0"></a>
## [v0.13.0] - 2022-12-07
## [v0.13.0] - 2022-12-08
### Bug Fixes
- enable to specify report paths by absolute path
- fix generate CREDITS workflow
Expand Down Expand Up @@ -286,6 +290,7 @@ change protocl.Protocol interface
- first release


[v0.13.1]: https://github.com/zoncoen/scenarigo/compare/v0.13.0...v0.13.1
[v0.13.0]: https://github.com/zoncoen/scenarigo/compare/v0.12.8...v0.13.0
[v0.12.8]: https://github.com/zoncoen/scenarigo/compare/v0.12.7...v0.12.8
[v0.12.7]: https://github.com/zoncoen/scenarigo/compare/v0.12.6...v0.12.7
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ steps:
### go install command (recommend)
```shell
$ go install github.com/zoncoen/scenarigo/cmd/[email protected].0
$ go install github.com/zoncoen/scenarigo/cmd/[email protected].1
```

### 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.13.0"
version = "0.13.1"
revision = "dev"
info, ok = debug.ReadBuildInfo()
)
Expand Down

0 comments on commit c2917b1

Please sign in to comment.