Skip to content

Commit d4f5efb

Browse files
authored
Merge pull request #1205 from k1LoW/tagpr-from-v0.129.2
Release for v0.129.3
2 parents 389415b + 39e9cc9 commit d4f5efb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
## [v0.129.2](https://github.com/k1LoW/runn/compare/v0.129.1...v0.129.2) - 2025-03-28
210
### Fix bug 🐛
311
- fix: line not found by @zxckaneki666 in https://github.com/k1LoW/runn/pull/1199

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package version
22

33
const Name string = "runn"
44

5-
var Version = "0.129.2" //nostyle:repetition
5+
var Version = "0.129.3" //nostyle:repetition

0 commit comments

Comments
 (0)