Skip to content

Commit

Permalink
Merge pull request #975 from k1LoW/tagpr-from-v0.113.2
Browse files Browse the repository at this point in the history
Release for v0.114.0
  • Loading branch information
k1LoW authored Jun 28, 2024
2 parents f1196c6 + 99de927 commit b607f60
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.114.0](https://github.com/k1LoW/runn/compare/v0.113.2...v0.114.0) - 2024-06-28
### Breaking Changes 🛠
- Fix loadt output by @k1LoW in https://github.com/k1LoW/runn/pull/979
### Fix bug 🐛
- Fix Runner runner root path by @k1LoW in https://github.com/k1LoW/runn/pull/978
### Other Changes
- Fix lint warn by @k1LoW in https://github.com/k1LoW/runn/pull/974
- chore(deps): bump github.com/ryo-yamaoka/otchkiss from 0.1.2 to 0.2.0 in the dependencies group by @dependabot in https://github.com/k1LoW/runn/pull/973
- chore(deps): bump docker/build-push-action from 5 to 6 in the dependencies group by @dependabot in https://github.com/k1LoW/runn/pull/972

## [v0.113.2](https://github.com/k1LoW/runn/compare/v0.113.1...v0.113.2) - 2024-06-20
### Fix bug 🐛
- Update bufresolv by @k1LoW in https://github.com/k1LoW/runn/pull/970
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.113.2" //nostyle:repetition
var Version = "0.114.0" //nostyle:repetition

0 comments on commit b607f60

Please sign in to comment.