File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[project ]
22name = " meta-spec"
3- version = " 0.5.4 "
3+ version = " 0.5.5 "
44description = " Meta-specification framework for generating Spec-Driven X (SD-X) toolkits for AI agents"
55readme = " README.md"
66requires-python = " >=3.11"
Original file line number Diff line number Diff line change 55from YAML definitions.
66"""
77
8- __version__ = "0.5.4 "
8+ __version__ = "0.5.5 "
99
1010__all__ = ["__version__" ]
1111
You can’t perform that action at this time.
0 commit comments