File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ v0.129.3] ( https://github.com/k1LoW/runn/compare/v0.129.2...v0.129.3 ) - 2025-04-09
2
+ ### Fix bug 🐛
3
+ - fix: fix a bug that caused failure when using ` --runner ` and ` --http-openapi3 ` together by @k1LoW in https://github.com/k1LoW/runn/pull/1213
4
+ ### Other Changes
5
+ - Update pkgs by @k1LoW in https://github.com/k1LoW/runn/pull/1210
6
+ - chore(deps): bump the dependencies group across 1 directory with 11 updates by @dependabot in https://github.com/k1LoW/runn/pull/1211
7
+ - fix: lint warn by @k1LoW in https://github.com/k1LoW/runn/pull/1214
8
+
1
9
## [ v0.129.2] ( https://github.com/k1LoW/runn/compare/v0.129.1...v0.129.2 ) - 2025-03-28
2
10
### Fix bug 🐛
3
11
- fix: line not found by @zxckaneki666 in https://github.com/k1LoW/runn/pull/1199
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package version
2
2
3
3
const Name string = "runn"
4
4
5
- var Version = "0.129.2 " //nostyle:repetition
5
+ var Version = "0.129.3 " //nostyle:repetition
You can’t perform that action at this time.
0 commit comments