Skip to content

Commit

Permalink
Merge pull request #1031 from k1LoW/tagpr-from-v0.118.0
Browse files Browse the repository at this point in the history
Release for v0.119.0
  • Loading branch information
k1LoW authored Sep 6, 2024
2 parents d2095d6 + 043f448 commit 939d808
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [v0.119.0](https://github.com/k1LoW/runn/compare/v0.118.0...v0.119.0) - 2024-09-06
### Breaking Changes 🛠
- Once a scenario is run, it is run to the end ( `runn loadt` ). by @k1LoW in https://github.com/k1LoW/runn/pull/1033
### Fix bug 🐛
- Fix latency unit by @k1LoW in https://github.com/k1LoW/runn/pull/1030
- Fix lint warn by @k1LoW in https://github.com/k1LoW/runn/pull/1035
### Other Changes
- Update go version by @k1LoW in https://github.com/k1LoW/runn/pull/1034
- chore(deps): bump github.com/opencontainers/runc from 1.1.13 to 1.1.14 by @dependabot in https://github.com/k1LoW/runn/pull/1036

## [v0.118.0](https://github.com/k1LoW/runn/compare/v0.117.2...v0.118.0) - 2024-09-01
### Breaking Changes 🛠
- Use gprc.NewClient instead of grpc.DialContext. by @k1LoW in https://github.com/k1LoW/runn/pull/948
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package version

const Name string = "runn"

var Version = "0.118.0" //nostyle:repetition
var Version = "0.119.0" //nostyle:repetition

0 comments on commit 939d808

Please sign in to comment.