Skip to content

Commit ed8851f

Browse files
authored
Merge pull request #1515 from k1LoW/tagpr-from-v1.9.5
Release for v1.10.0
2 parents d2cdae3 + bbee2c2 commit ed8851f

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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 ⬆️

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

0 commit comments

Comments
 (0)