Skip to content

Commit

Permalink
release v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zoncoen committed Mar 21, 2024
1 parent 8e1547e commit f59e184
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.17.2"></a>
## [v0.17.2] - 2024-03-07
### Features
- add an option to output test summary at last ([#395](https://github.com/zoncoen/scenarigo/issues/395))

<a name="v0.17.1"></a>
## [v0.17.1] - 2024-02-26
### Bug Fixes
Expand Down Expand Up @@ -402,6 +407,7 @@ change protocl.Protocol interface
- first release


[v0.17.2]: https://github.com/zoncoen/scenarigo/compare/v0.17.1...v0.17.2
[v0.17.1]: https://github.com/zoncoen/scenarigo/compare/v0.17.0...v0.17.1
[v0.17.0]: https://github.com/zoncoen/scenarigo/compare/v0.16.2...v0.17.0
[v0.16.2]: https://github.com/zoncoen/scenarigo/compare/v0.16.1...v0.16.2
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.17.1"
version = "0.17.2"
revision = "dev"
info, ok = debug.ReadBuildInfo()
)
Expand Down

0 comments on commit f59e184

Please sign in to comment.