Skip to content

Commit

Permalink
Merge pull request #872 from k1LoW/tagpr-from-v0.103.1
Browse files Browse the repository at this point in the history
Release for v0.103.2
  • Loading branch information
k1LoW authored Apr 15, 2024
2 parents e1d3a67 + e0cc09f commit 7a82080
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.103.2](https://github.com/k1LoW/runn/compare/v0.103.1...v0.103.2) - 2024-04-15
### Breaking Changes 🛠
- Set output path to a path relative to the Git root as possible. by @k1LoW in https://github.com/k1LoW/runn/pull/871
### Fix bug 🐛
- Fix race condition by @k1LoW in https://github.com/k1LoW/runn/pull/877
- Support `nullable: true` in HTTP validator ( Add workaround for libopenapi ) by @k1LoW in https://github.com/k1LoW/runn/pull/878
### Other Changes
- chore(deps): bump github.com/pb33f/libopenapi-validator from 0.0.47 to 0.0.48 in the dependencies group by @dependabot in https://github.com/k1LoW/runn/pull/873
- Add benchmark test with OpenAPI Spec document by @k1LoW in https://github.com/k1LoW/runn/pull/874

## [v0.103.1](https://github.com/k1LoW/runn/compare/v0.103.0...v0.103.1) - 2024-04-13
### Other Changes
- Revert "Set RunResult.Path to a path relative to the Git root as possible." by @k1LoW in https://github.com/k1LoW/runn/pull/869
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.103.1" //nostyle:repetition
var Version = "0.103.2" //nostyle:repetition

0 comments on commit 7a82080

Please sign in to comment.