Skip to content

Commit

Permalink
Merge pull request #866 from k1LoW/tagpr-from-v0.102.0
Browse files Browse the repository at this point in the history
Release for v0.103.0
  • Loading branch information
k1LoW authored Apr 12, 2024
2 parents 449b1bc + bb42b2e commit f9821ad
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.103.0](https://github.com/k1LoW/runn/compare/v0.102.0...v0.103.0) - 2024-04-12
### New Features 🎉
- Add Store for re-use of stored data by @k1LoW in https://github.com/k1LoW/runn/pull/867
- Add DelKV for delete key-value pair by key by @k1LoW in https://github.com/k1LoW/runn/pull/868
### Other Changes
- Update Go version by @k1LoW in https://github.com/k1LoW/runn/pull/865
- chore(deps): bump the dependencies group with 13 updates by @dependabot in https://github.com/k1LoW/runn/pull/864

## [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
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.102.0" //nostyle:repetition
var Version = "0.103.0" //nostyle:repetition

0 comments on commit f9821ad

Please sign in to comment.