File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff 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.2.0] - 2025-11-07
11+
1012### ✨ Major Feature - User-Centered Toolkit Design
1113
1214** Added User Journey Analysis to ` /metaspec.sdd.specify ` ** (Based on mcp-speckit feedback)
Original file line number Diff line number Diff line change 11[project ]
22name = " meta-spec"
3- version = " 0.1.4 "
3+ version = " 0.2.0 "
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.1.4 "
8+ __version__ = "0.2.0 "
99
1010__all__ = ["__version__" ]
1111
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ def version_command() -> None:
3434 """
3535 Show version information.
3636 """
37- console .print ("MetaSpec version 0.1.3" )
37+ from metaspec import __version__
38+ console .print (f"MetaSpec version { __version__ } " )
3839
3940
4041@app .callback ()
You can’t perform that action at this time.
0 commit comments