Skip to content

Commit

Permalink
Merge pull request #1016 from k1LoW/tagpr-from-v0.116.3
Browse files Browse the repository at this point in the history
Release for v0.117.0
  • Loading branch information
k1LoW authored Aug 15, 2024
2 parents 45fa419 + 1692594 commit 4a4595b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [v0.117.0](https://github.com/k1LoW/runn/compare/v0.116.3...v0.117.0) - 2024-08-15
### Breaking Changes 🛠
- Results for `needs:` are not overwritten. by @k1LoW in https://github.com/k1LoW/runn/pull/1017
### Other Changes
- Set oldstable by @k1LoW in https://github.com/k1LoW/runn/pull/1015

## [v0.116.3](https://github.com/k1LoW/runn/compare/v0.116.2...v0.116.3) - 2024-08-12
### Fix bug 🐛
- Fix the output of `runn new` for a gRPC method which needs a empty message by @kyu08 in https://github.com/k1LoW/runn/pull/1010
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.116.3" //nostyle:repetition
var Version = "0.117.0" //nostyle:repetition

0 comments on commit 4a4595b

Please sign in to comment.