Skip to content

Commit

Permalink
Merge pull request #950 from k1LoW/tagpr-from-v0.110.1
Browse files Browse the repository at this point in the history
Release for v0.111.0
  • Loading branch information
k1LoW authored Jun 4, 2024
2 parents f55309f + bae7eaa commit 755df3c
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.111.0](https://github.com/k1LoW/runn/compare/v0.110.1...v0.111.0) - 2024-06-04
### Breaking Changes 🛠
- Add jq path syntax support for excluding comparison targets in diff()/compare() functions. by @h6ah4i in https://github.com/k1LoW/runn/pull/936
### New Features 🎉
- Support `--env-file` option for loading environment variables from a file. by @k1LoW in https://github.com/k1LoW/runn/pull/945
### Other Changes
- chore(deps): bump the dependencies group with 5 updates by @dependabot in https://github.com/k1LoW/runn/pull/949

## [v0.110.1](https://github.com/k1LoW/runn/compare/v0.110.0...v0.110.1) - 2024-05-31
### New Features 🎉
- Support `--format none` to disable output. by @k1LoW in https://github.com/k1LoW/runn/pull/946
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.110.1" //nostyle:repetition
var Version = "0.111.0" //nostyle:repetition

0 comments on commit 755df3c

Please sign in to comment.