瀏覽代碼

docs: update CHANGELOG.md for v0.0.6 release

xcad 4 月之前
父節點
當前提交
4707e894ea
共有 1 個文件被更改,包括 13 次插入4 次删除
  1. 13 4
      CHANGELOG.md

+ 13 - 4
CHANGELOG.md

@@ -7,16 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [0.0.6] - 2025-10-14
+
 ### Changed
-- Improved error handling and display output consistency
+- Pinned all dependencies to specific tested versions for consistent installations
+  - typer==0.19.2
+  - rich==14.1.0
+  - PyYAML==6.0.2
+  - python-frontmatter==1.1.0
+  - Jinja2==3.1.6
 
 ### Fixed
-- Repository fetch fails when library directory already exists
-- Install script reliability improvements
+- **Critical:** Python 3.9 compatibility - removed Context type annotations causing RuntimeError
+- Context access now uses click.get_current_context() for better compatibility
+- Added tests directory to .gitignore
 
 ## [0.0.4] - 2025-01-XX
 
 Initial public release with core CLI functionality.
 
-[unreleased]: https://github.com/christianlempa/boilerplates/compare/v0.0.4...HEAD
+[unreleased]: https://github.com/christianlempa/boilerplates/compare/v0.0.6...HEAD
+[0.0.6]: https://github.com/christianlempa/boilerplates/releases/tag/v0.0.6
 [0.0.4]: https://github.com/christianlempa/boilerplates/releases/tag/v0.0.4