Skip to content

Commit b50a472

Browse files
authored
Merge pull request #1405 from k1LoW/tagpr-from-v1.4.0
Release for v1.5.0
2 parents 5f9e859 + 3acca70 commit b50a472

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.5.0](https://github.com/k1LoW/runn/compare/v1.4.0...v1.5.0) - 2026-02-26
2+
### New Features 🎉
3+
- add p95 threashold variable by @ymizushi in https://github.com/k1LoW/runn/pull/1384
4+
### Dependency Updates ⬆️
5+
- chore(deps): bump goreleaser/goreleaser-action from 6 to 7 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1404
6+
- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1403
7+
18
## [v1.4.0](https://github.com/k1LoW/runn/compare/v1.3.1...v1.4.0) - 2026-02-22
29
### Breaking Changes 🛠
310
- feat: structure error field in JSON output for programmatic error analysis by @k1LoW in https://github.com/k1LoW/runn/pull/1402

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

0 commit comments

Comments
 (0)