File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
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.3.1 " //nostyle:repetition
5+ var Version = "1.4.0 " //nostyle:repetition
You can’t perform that action at this time.
0 commit comments