Skip to content

Commit 3267165

Browse files
committed
chore: release v0.5.5 - fix version sync
1 parent 9731b71 commit 3267165

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

1010
---
1111

12+
## [0.5.5] - 2025-11-13
13+
14+
### 🐛 Bug Fixes
15+
16+
**Version Sync**
17+
- Fixed version number inconsistency in `src/metaspec/__init__.py` (was 0.5.0, now 0.5.5)
18+
- Ensures all version indicators are synchronized across the codebase
19+
20+
---
21+
1222
## [0.5.4] - 2025-11-13
1323

1424
### 🚀 Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "meta-spec"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
description = "Meta-specification framework for generating Spec-Driven X (SD-X) toolkits for AI agents"
55
readme = "README.md"
66
requires-python = ">=3.11"

src/metaspec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from YAML definitions.
66
"""
77

8-
__version__ = "0.5.4"
8+
__version__ = "0.5.5"
99

1010
__all__ = ["__version__"]
1111

0 commit comments

Comments
 (0)