Skip to content

Commit

Permalink
Merge pull request #988 from k1LoW/tagpr-from-v0.114.1
Browse files Browse the repository at this point in the history
Release for v0.115.0
  • Loading branch information
k1LoW authored Jul 19, 2024
2 parents e455384 + 129a27d commit c26488b
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.115.0](https://github.com/k1LoW/runn/compare/v0.114.1...v0.115.0) - 2024-07-18
### Breaking Changes 🛠
- Internal improvements for the next features. by @k1LoW in https://github.com/k1LoW/runn/pull/987
### New Features 🎉
- Support `needs:` section by @k1LoW in https://github.com/k1LoW/runn/pull/991
### Other Changes
- chore(deps): bump the dependencies group with 4 updates by @dependabot in https://github.com/k1LoW/runn/pull/989
- tmpmod revert tmpmod/github.com/goccy/go-yaml by @k1LoW in https://github.com/k1LoW/runn/pull/990

## [v0.114.1](https://github.com/k1LoW/runn/compare/v0.114.0...v0.114.1) - 2024-07-08
### Other Changes
- Update go version by @k1LoW in https://github.com/k1LoW/runn/pull/983
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.114.1" //nostyle:repetition
var Version = "0.115.0" //nostyle:repetition

0 comments on commit c26488b

Please sign in to comment.