Skip to content

Commit c308a6b

Browse files
committed
chore: release 0.4.2
1 parent 24955b7 commit c308a6b

File tree

5 files changed

+21
-10
lines changed

5 files changed

+21
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.2] - 2026-02-13
11+
12+
### Fixed
13+
14+
- All warnings have concise hints (WI-2026-02-13-001)
15+
1016
## [0.4.1] - 2026-02-11
1117

1218
### Added

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "govctl"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2024"
55
rust-version = "1.88"
66
description = "Project governance CLI for RFC, ADR, and Work Item management"
@@ -28,7 +28,7 @@ clap_complete = "4"
2828
# Serialization (JSON/TOML)
2929
serde = { version = "1", features = ["derive"] }
3030
serde_json = "1"
31-
toml = "0.9"
31+
toml = "1"
3232

3333
# Validation and versioning
3434
jsonschema = "0.41"

gov/releases.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[[releases]]
2+
version = "0.4.2"
3+
date = "2026-02-13"
4+
refs = ["WI-2026-02-13-001"]
5+
16
[[releases]]
27
version = "0.4.1"
38
date = "2026-02-11"

gov/work/2026-02-13-add-concise-hints-to-all-warning-diagnostics.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ description = "Add concise hints to all warning diagnostics (W01xx) so users kno
1313
[[content.acceptance_criteria]]
1414
text = "All warnings have concise hints"
1515
status = "done"
16-
category = "chore"
16+
category = "fixed"

0 commit comments

Comments
 (0)