Skip to content

Commit

Permalink
Merge pull request #907 from k1LoW/tagpr-from-v0.105.2
Browse files Browse the repository at this point in the history
Release for v0.106.0
  • Loading branch information
k1LoW authored May 3, 2024
2 parents 0f64a74 + 95c4b5c commit b6eae9b
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.106.0](https://github.com/k1LoW/runn/compare/v0.105.2...v0.106.0) - 2024-05-03
### Breaking Changes 🛠
- Support Buf ecosystem by @k1LoW in https://github.com/k1LoW/runn/pull/908
### Fix bug 🐛
- Fix test for problem with validators behaving incorrectly when running concurrently by @k1LoW in https://github.com/k1LoW/runn/pull/906

## [v0.105.2](https://github.com/k1LoW/runn/compare/v0.105.1...v0.105.2) - 2024-04-30
### Fix bug 🐛
- Fix problem with validators behaving incorrectly when running concurrently (This is not a sufficient fix.) by @k1LoW in https://github.com/k1LoW/runn/pull/902
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.105.2" //nostyle:repetition
var Version = "0.106.0" //nostyle:repetition

0 comments on commit b6eae9b

Please sign in to comment.