Skip to content

Commit b84d8eb

Browse files
committed
chore: bump version to v0.5.3
1 parent f781357 commit b84d8eb

14 files changed

+19
-12
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.3] - 2026-02-25
11+
1012
### Added
1113

1214
- Support both X.Y.Z and vX.Y.Z version formats in matching (WI-2026-02-25-001)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "govctl"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
edition = "2024"
55
rust-version = "1.88"
66
description = "Project governance CLI for RFC, ADR, and Work Item management"

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.5.3"
3+
date = "2026-02-25"
4+
refs = ["WI-2026-02-25-001"]
5+
16
[[releases]]
27
version = "0.5.2"
38
date = "2026-02-24"

tests/snapshots/test_describe__describe_basic.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ expression: "normalize_output(&output, temp_dir.path(), &date)"
44
---
55
$ govctl describe
66
{
7-
"version": "0.5.2",
7+
"version": "0.5.3",
88
"purpose": "Enforces RFC-driven phase discipline for AI-assisted software development",
99
"philosophy": [
1010
"RFC is the source of truth — No implementation without specification",

tests/snapshots/test_describe__describe_in_initialized_project.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ expression: "normalize_output(&output, temp_dir.path(), &date)"
44
---
55
$ govctl describe
66
{
7-
"version": "0.5.2",
7+
"version": "0.5.3",
88
"purpose": "Enforces RFC-driven phase discipline for AI-assisted software development",
99
"philosophy": [
1010
"RFC is the source of truth — No implementation without specification",

tests/snapshots/test_describe__describe_with_context_active_work_item.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exit: 0
99

1010
$ govctl describe --context
1111
{
12-
"version": "0.5.2",
12+
"version": "0.5.3",
1313
"purpose": "Enforces RFC-driven phase discipline for AI-assisted software development",
1414
"philosophy": [
1515
"RFC is the source of truth — No implementation without specification",

tests/snapshots/test_describe__describe_with_context_draft_rfc.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exit: 0
99

1010
$ govctl describe --context
1111
{
12-
"version": "0.5.2",
12+
"version": "0.5.3",
1313
"purpose": "Enforces RFC-driven phase discipline for AI-assisted software development",
1414
"philosophy": [
1515
"RFC is the source of truth — No implementation without specification",

tests/snapshots/test_describe__describe_with_context_empty_project.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ expression: "normalize_output(&output, temp_dir.path(), &date)"
44
---
55
$ govctl describe --context
66
{
7-
"version": "0.5.2",
7+
"version": "0.5.3",
88
"purpose": "Enforces RFC-driven phase discipline for AI-assisted software development",
99
"philosophy": [
1010
"RFC is the source of truth — No implementation without specification",

tests/snapshots/test_describe__describe_with_context_normative_impl_phase_rfc.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exit: 0
1717

1818
$ govctl describe --context
1919
{
20-
"version": "0.5.2",
20+
"version": "0.5.3",
2121
"purpose": "Enforces RFC-driven phase discipline for AI-assisted software development",
2222
"philosophy": [
2323
"RFC is the source of truth — No implementation without specification",

0 commit comments

Comments
 (0)