Skip to content

Commit f691997

Browse files
authored
Merge pull request #1372 from k1LoW/tagpr-from-v1.1.2
Release for v1.2.0
2 parents 5eb47fe + 735e7f9 commit f691997

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [v1.2.0](https://github.com/k1LoW/runn/compare/v1.1.2...v1.2.0) - 2025-12-29
2+
### New Features 🎉
3+
- feat: add exec.env option for exec runner by @k1LoW in https://github.com/k1LoW/runn/pull/1371
4+
### Other Changes
5+
- chore(deps): bump the dependencies group with 6 updates by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1370
6+
- chore(deps): bump the dependencies group with 4 updates by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1373
7+
18
## [v1.1.2](https://github.com/k1LoW/runn/compare/v1.1.1...v1.1.2) - 2025-12-17
29
### Other Changes
310
- fix: fix panic in exprtrace for expr v1.17.7 struct field access by @k1LoW in https://github.com/k1LoW/runn/pull/1367

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.2" //nostyle:repetition
5+
var Version = "1.2.0" //nostyle:repetition

0 commit comments

Comments
 (0)