Skip to content

Commit

Permalink
Merge pull request #1130 from k1LoW/tagpr-from-v0.125.0
Browse files Browse the repository at this point in the history
Release for v0.125.1
  • Loading branch information
k1LoW authored Dec 24, 2024
2 parents 9bf7abe + 4a9d651 commit 049172d
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.125.1](https://github.com/k1LoW/runn/compare/v0.125.0...v0.125.1) - 2024-12-24
### Fix bug 🐛
- Fix a bug that caused store values to be lost when using `loop:`. by @k1LoW in https://github.com/k1LoW/runn/pull/1129
### Other Changes
- docs: Updated the link to the `expr` Language Definition with a richer one by @mi-wada in https://github.com/k1LoW/runn/pull/1127
- chore(deps): bump the dependencies group across 1 directory with 9 updates by @dependabot in https://github.com/k1LoW/runn/pull/1126

## [v0.125.0](https://github.com/k1LoW/runn/compare/v0.124.1...v0.125.0) - 2024-12-20
### Breaking Changes 🛠
- Change the method of holding the list type step in store from slice to map. by @k1LoW in https://github.com/k1LoW/runn/pull/1120
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.125.0" //nostyle:repetition
var Version = "0.125.1" //nostyle:repetition

0 comments on commit 049172d

Please sign in to comment.