Skip to content

Commit c4f4de2

Browse files
authored
Merge pull request #1408 from k1LoW/tagpr-from-v1.5.0
Release for v1.5.1
2 parents 48b1590 + 2b2338c commit c4f4de2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [v1.5.1](https://github.com/k1LoW/runn/compare/v1.5.0...v1.5.1) - 2026-03-02
2+
### Dependency Updates ⬆️
3+
- chore(deps): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1406
4+
### Other Changes
5+
- chore: update libopenapi and libopenapi-validator by @k1LoW in https://github.com/k1LoW/runn/pull/1409
6+
17
## [v1.5.0](https://github.com/k1LoW/runn/compare/v1.4.0...v1.5.0) - 2026-02-26
28
### New Features 🎉
39
- add p95 threashold variable by @ymizushi in https://github.com/k1LoW/runn/pull/1384

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

0 commit comments

Comments
 (0)