Skip to content

Commit

Permalink
Merge pull request #861 from k1LoW/tagpr-from-v0.101.4
Browse files Browse the repository at this point in the history
Release for v0.102.0
  • Loading branch information
k1LoW authored Apr 12, 2024
2 parents e7ac97a + ac91131 commit b539fed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [v0.102.0](https://github.com/k1LoW/runn/compare/v0.101.4...v0.102.0) - 2024-04-12
### Breaking Changes 🛠
- Set RunResult.Path to a path relative to the Git root as possible. by @k1LoW in https://github.com/k1LoW/runn/pull/860
### Other Changes
- Add CDPRunner Option by @k1LoW in https://github.com/k1LoW/runn/pull/862
- Update libopenapi-validator by @k1LoW in https://github.com/k1LoW/runn/pull/863

## [v0.101.4](https://github.com/k1LoW/runn/compare/v0.101.3...v0.101.4) - 2024-04-08
### Other Changes
- Update README.md by @ebi-yade in https://github.com/k1LoW/runn/pull/857
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.101.4" //nostyle:repetition
var Version = "0.102.0" //nostyle:repetition

0 comments on commit b539fed

Please sign in to comment.