diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d0b89cc..76157397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version/version.go b/version/version.go index 5d00e989..90652bb4 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.102.0" //nostyle:repetition +var Version = "0.103.0" //nostyle:repetition