Skip to content

Commit

Permalink
release v0.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zoncoen committed Oct 18, 2022
1 parent 03186e4 commit ee7a9a3
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.12.8"></a>
## [v0.12.8] - 2022-10-18
### Bug Fixes
- don't bind vars if included scenario failed

<a name="v0.12.7"></a>
## [v0.12.7] - 2022-09-27
### Features
Expand Down Expand Up @@ -270,6 +275,7 @@ change protocl.Protocol interface
- first release


[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
[v0.12.6]: https://github.com/zoncoen/scenarigo/compare/v0.12.5...v0.12.6
[v0.12.5]: https://github.com/zoncoen/scenarigo/compare/v0.12.4...v0.12.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
### go install command (recommend)
```shell
$ go install github.com/zoncoen/scenarigo/cmd/[email protected].7
$ go install github.com/zoncoen/scenarigo/cmd/[email protected].8
```

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

0 comments on commit ee7a9a3

Please sign in to comment.