diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd5137a..38581292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.101.3](https://github.com/k1LoW/runn/compare/v0.101.2...v0.101.3) - 2024-04-01 +### Fix bug 🐛 +- Fix db result handling by @k1LoW in https://github.com/k1LoW/runn/pull/855 +### Other Changes +- fix README code block by @okazaki-kk in https://github.com/k1LoW/runn/pull/850 + ## [v0.101.2](https://github.com/k1LoW/runn/compare/v0.101.1...v0.101.2) - 2024-03-26 ### Other Changes - Update pkgs by @k1LoW in https://github.com/k1LoW/runn/pull/844 diff --git a/version/version.go b/version/version.go index 80ec5e0f..a7c826e2 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.101.2" //nostyle:repetition +var Version = "0.101.3" //nostyle:repetition