Bump version to 0.2.0 and derive __version__ dynamically from package metadata
This commit is contained in:
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
- `_meta.py` now reads version dynamically from installed package metadata via `importlib.metadata` instead of a hardcoded string
|
||||
- Bumped version to `0.2.0` in `pyproject.toml`
|
||||
- `CHANGELOG.md` restructured with `[0.2.0]` release section
|
||||
|
||||
---
|
||||
|
||||
## [0.2.0] - 2026-06-01
|
||||
|
||||
### Added
|
||||
- Project specification in `project.md` — architecture, API design, cache backend, metadata schema, logging strategy, and TODO for future features (JOIN, SELECT * support)
|
||||
- `.gitignore` for Python/Poetry project
|
||||
|
||||
Reference in New Issue
Block a user