1.0 KiB
1.0 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[0.0.1] - 2025-12-01
Added
- Initial project scaffolding
- pyproject.toml with core dependencies
- Package directory structure with all subpackages
- Development tooling configuration (ruff, mypy, pytest)
- CLI entry point with version command
- Project documentation (requirements, technical specification, architecture decisions)
- Development plan with vertical slice approach
- CI/CD pipeline configuration
Version History
| Version | Date | Milestone |
|---|---|---|
| 0.1.0 | TBD | MVP Complete |
| 0.1.0-beta.2 | TBD | First DVT test runs |
| 0.1.0-beta.1 | TBD | HAL complete |
| 0.1.0-alpha.3 | TBD | Network ready |
| 0.1.0-alpha.2 | TBD | Visual demo |
| 0.1.0-alpha.1 | TBD | Physics engine |
| 0.0.1 | 2025-12-01 | Project scaffolding |