Bump version to 0.2.0 and derive __version__ dynamically from package metadata

This commit is contained in:
Jan Doubravský
2026-06-02 07:38:36 +02:00
parent 74772cee4a
commit b79d66d36b
3 changed files with 17 additions and 2 deletions
+9
View File
@@ -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