Skip to content

Commit c6e4094

Browse files
authored
Merge pull request #1446 from k1LoW/tagpr-from-v1.8.1
Release for v1.8.2
2 parents 92afa35 + a05e5d4 commit c6e4094

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [v1.8.2](https://github.com/k1LoW/runn/compare/v1.8.1...v1.8.2) - 2026-04-08
2+
### Dependency Updates ⬆️
3+
- chore(deps): bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1445
4+
15
## [v1.8.1](https://github.com/k1LoW/runn/compare/v1.8.0...v1.8.1) - 2026-04-07
26
### Fix bug 🐛
37
- fix: deep copy rawSteps in inline include to prevent loop corruption by @k1LoW in https://github.com/k1LoW/runn/pull/1443

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

0 commit comments

Comments
 (0)