Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Commit

Permalink
release v0.17.2
Browse files Browse the repository at this point in the history
zoncoen committed Mar 21, 2024
1 parent 8e1547e commit f59e184
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
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ steps:
### go install command (recommend)
```shell
$ go install github.com/zoncoen/scenarigo/cmd/scenarigo@v0.17.1
$ go install github.com/zoncoen/scenarigo/cmd/scenarigo@v0.17.2
```

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

var (
version = "0.17.1"
version = "0.17.2"
revision = "dev"
info, ok = debug.ReadBuildInfo()
)

0 comments on commit f59e184

Please sign in to comment.