Skip to content

Commit 3e60e7b

Browse files
authored
Merge pull request #1368 from k1LoW/tagpr-from-v1.1.1
Release for v1.1.2
2 parents d7f3f6e + b2d1970 commit 3e60e7b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [v1.1.2](https://github.com/k1LoW/runn/compare/v1.1.1...v1.1.2) - 2025-12-17
2+
### Other Changes
3+
- fix: fix panic in exprtrace for expr v1.17.7 struct field access by @k1LoW in https://github.com/k1LoW/runn/pull/1367
4+
- chore(deps): bump the dependencies group across 1 directory with 9 updates by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1369
5+
16
## [v1.1.1](https://github.com/k1LoW/runn/compare/v1.1.0...v1.1.1) - 2025-12-05
27
### Other Changes
38
- feat: enhance curl command handling with file uploads by @k1LoW in https://github.com/k1LoW/runn/pull/1358

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package version
22

33
const Name string = "runn"
44

5-
var Version = "1.1.1" //nostyle:repetition
5+
var Version = "1.1.2" //nostyle:repetition

0 commit comments

Comments
 (0)