We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92afa35 + a05e5d4 commit c6e4094Copy full SHA for c6e4094
2 files changed
CHANGELOG.md
@@ -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
+
5
## [v1.8.1](https://github.com/k1LoW/runn/compare/v1.8.0...v1.8.1) - 2026-04-07
6
### Fix bug 🐛
7
- fix: deep copy rawSteps in inline include to prevent loop corruption by @k1LoW in https://github.com/k1LoW/runn/pull/1443
version/version.go
@@ -2,4 +2,4 @@ package version
const Name string = "runn"
-var Version = "1.8.1" //nostyle:repetition
+var Version = "1.8.2" //nostyle:repetition
0 commit comments