diff --git a/CHANGELOG.md b/CHANGELOG.md index e5cbd28b..38d3bc45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.126.1](https://github.com/k1LoW/runn/compare/v0.126.0...v0.126.1) - 2025-01-08 +### Fix bug 🐛 +- fix(loadt): Fix a bug that overwrote the original error by @mi-wada in https://github.com/k1LoW/runn/pull/1143 + ## [v0.126.0](https://github.com/k1LoW/runn/compare/v0.125.1...v0.126.0) - 2024-12-31 ### Breaking Changes 🛠 - Move exprtrace package to internal/exprtrace by @k1LoW in https://github.com/k1LoW/runn/pull/1132 diff --git a/version/version.go b/version/version.go index 08ea584f..46869370 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.126.0" //nostyle:repetition +var Version = "0.126.1" //nostyle:repetition