From 700991e9a36407b6f4723feaea46007835c3a0b9 Mon Sep 17 00:00:00 2001 From: Kai Chappell Date: Sat, 8 Feb 2025 14:48:21 +0000 Subject: [PATCH] Release v0.0.1 --- CHANGELOG.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e5512..f7e0179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,19 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Added -- Project documentation (requirements, technical specification, architecture decisions) -- Development plan with vertical slice approach -- CI/CD pipeline configuration - -## [0.0.1] - TBD +## [0.0.1] - 2025-12-01 ### Added - Initial project scaffolding -- pyproject.toml with dependencies -- Package directory structure +- pyproject.toml with core dependencies +- Package directory structure with all subpackages - Development tooling configuration (ruff, mypy, pytest) -- CLI entry point stub +- CLI entry point with version command +- Project documentation (requirements, technical specification, architecture decisions) +- Development plan with vertical slice approach +- CI/CD pipeline configuration --- @@ -33,4 +31,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | 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 | TBD | Project scaffolding | +| 0.0.1 | 2025-12-01 | Project scaffolding |