Skip to content

Commit

Permalink
Merge pull request #833 from k1LoW/tagpr-from-v0.100.0
Browse files Browse the repository at this point in the history
Release for v0.101.0
  • Loading branch information
k1LoW authored Mar 16, 2024
2 parents 50862dd + 947bba2 commit 09d1243
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.101.0](https://github.com/k1LoW/runn/compare/v0.100.0...v0.101.0) - 2024-03-16
### Breaking Changes 🛠
- Update go-mysql-driver to v1.8.0 by @k1LoW in https://github.com/k1LoW/runn/pull/834
- The host rules specified by the option take precedence. by @k1LoW in https://github.com/k1LoW/runn/pull/836
### New Features 🎉
- Add `info variables` to the debugger by @k1LoW in https://github.com/k1LoW/runn/pull/832
### Other Changes
- chore(deps): bump the dependencies group with 4 updates by @dependabot in https://github.com/k1LoW/runn/pull/835
- Update github.com/pb33f/libopenapi-validator by @k1LoW in https://github.com/k1LoW/runn/pull/837

## [v0.100.0](https://github.com/k1LoW/runn/compare/v0.99.5...v0.100.0) - 2024-03-08
### Breaking Changes 🛠
- Use github.com/pb33f/libopenapi by @k1LoW in https://github.com/k1LoW/runn/pull/827
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.100.0" //nostyle:repetition
var Version = "0.101.0" //nostyle:repetition

0 comments on commit 09d1243

Please sign in to comment.