Skip to content

Commit

Permalink
Merge pull request #952 from k1LoW/tagpr-from-v0.111.0
Browse files Browse the repository at this point in the history
Release for v0.112.0
  • Loading branch information
k1LoW authored Jun 11, 2024
2 parents 2e1fd35 + 6096f39 commit ed0a993
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [v0.112.0](https://github.com/k1LoW/runn/compare/v0.111.0...v0.112.0) - 2024-06-11
### New Features 🎉
- Add `--force-color` option for forcing colorized output by @na3shkw in https://github.com/k1LoW/runn/pull/951
### Fix bug 🐛
- Add a cleanup operation because connections were left behind when defining a DB/gRPC/SSH/CDP Runner in Include runner. by @k1LoW in https://github.com/k1LoW/runn/pull/955
### Other Changes
- chore(deps): bump the dependencies group with 6 updates by @dependabot in https://github.com/k1LoW/runn/pull/954
- chore(deps): bump goreleaser/goreleaser-action from 5 to 6 in the dependencies group by @dependabot in https://github.com/k1LoW/runn/pull/953

## [v0.111.0](https://github.com/k1LoW/runn/compare/v0.110.1...v0.111.0) - 2024-06-04
### Breaking Changes 🛠
- Add jq path syntax support for excluding comparison targets in diff()/compare() functions. by @h6ah4i in https://github.com/k1LoW/runn/pull/936
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.111.0" //nostyle:repetition
var Version = "0.112.0" //nostyle:repetition

0 comments on commit ed0a993

Please sign in to comment.