Skip to content

Commit

Permalink
Merge pull request #826 from k1LoW/tagpr-from-v0.99.5
Browse files Browse the repository at this point in the history
Release for v0.100.0
  • Loading branch information
k1LoW authored Mar 8, 2024
2 parents ead7117 + a7ee7e9 commit 7d8b295
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [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
### Other Changes
- Update pkgs by @k1LoW in https://github.com/k1LoW/runn/pull/825
- Update go and pkg version by @k1LoW in https://github.com/k1LoW/runn/pull/829
- Update expand by @k1LoW in https://github.com/k1LoW/runn/pull/830

## [v0.99.5](https://github.com/k1LoW/runn/compare/v0.99.4...v0.99.5) - 2024-02-29
### Other Changes
- Allow absolute paths with `json://` and `yaml://` in vars by @k1LoW in https://github.com/k1LoW/runn/pull/822
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.99.5" //nostyle:repetition
var Version = "0.100.0" //nostyle:repetition

0 comments on commit 7d8b295

Please sign in to comment.