File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ v1.10.0] ( https://github.com/k1LoW/runn/compare/v1.9.5...v1.10.0 ) - 2026-08-31
2+
3+ ### New Features 🎉
4+ - Add --debug-on-failure option by @udzura in https://github.com/k1LoW/runn/pull/1514
5+ ### Fix bug 🐛
6+ - fix: drop the trailing partial line when truncating failure diagnostics by @k1LoW in https://github.com/k1LoW/runn/pull/1517
7+ ### Dependency Updates ⬆️
8+ - chore(deps): bump Songmu/tagpr from 1.20.1 to 1.20.2 in the dependencies group by @dependabot [ bot] in https://github.com/k1LoW/runn/pull/1513
9+ - chore(deps): bump the dependencies group with 2 updates by @dependabot [ bot] in https://github.com/k1LoW/runn/pull/1512
10+ ### Other Changes
11+ - feat: add RUNN_DEBUG_ON_FAILURE environment variable by @k1LoW in https://github.com/k1LoW/runn/pull/1516
12+
113## [ v1.9.5] ( https://github.com/k1LoW/runn/compare/v1.9.4...v1.9.5 ) - 2026-08-20
214
315### Dependency Updates ⬆️
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package version
22
33const Name string = "runn"
44
5- var Version = "1.9.5 " //nostyle:repetition
5+ var Version = "1.10.0 " //nostyle:repetition
You can’t perform that action at this time.
0 commit comments