Skip to content

Commit 49e13e8

Browse files
authored
Merge pull request #1399 from k1LoW/tagpr-from-v1.3.1
Release for v1.4.0
2 parents 99eb9af + 2113ada commit 49e13e8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [v1.4.0](https://github.com/k1LoW/runn/compare/v1.3.1...v1.4.0) - 2026-02-22
2+
### Breaking Changes 🛠
3+
- feat: structure error field in JSON output for programmatic error analysis by @k1LoW in https://github.com/k1LoW/runn/pull/1402
4+
### New Features 🎉
5+
- feat: add structured JSON output for run, list, and loadt commands by @k1LoW in https://github.com/k1LoW/runn/pull/1401
6+
### Dependency Updates ⬆️
7+
- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1397
8+
- chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1400
9+
### Other Changes
10+
- feat: add JSON Schema for runbook YAML format by @k1LoW in https://github.com/k1LoW/runn/pull/1398
11+
112
## [v1.3.1](https://github.com/k1LoW/runn/compare/v1.3.0...v1.3.1) - 2026-02-14
213
### Dependency Updates ⬆️
314
- chore(deps): bump the dependencies group with 6 updates by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1378

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

0 commit comments

Comments
 (0)