2.0 KiB
2.0 KiB
Changelog
All notable changes to this project will be documented in this file.
[unreleased]
🐛 Bug Fixes
- (scripts) Update nightly version suffix format - (c596f46)
[0.1.0] - 2025-05-11
🚀 Features
- (ci) Add workflows for automated releases and nightly builds - (078948f)
- (workflows) Add cache restore step to build process - (81459d6)
- (poetry) Add twine to development dependencies - (bf727a8)
- (ci) Add GitHub Actions workflow for build and publish - (880a54d)
- (cli) Add initial repository management commands - (ef2bac4)
- (vscode) Add Python environment and analysis settings - (d1e246c)
- (poetry) Add pyproject.toml for project dependencies and config - (4ce7eed)
🐛 Bug Fixes
- (workflows) Revert cache action version and simplify cache key - (134c934)
📚 Documentation
- Add .gitignore and empty README.md - (3701550)