v0.2.7 - Single Source of Truth for Versioning
Changed
- Version management: Implemented single source of truth for versioning
- Version now defined only in
pyproject.toml __init__.pyreads version dynamically usingimportlib.metadata- Eliminates need to manually update version in multiple files
- Added
RELEASING.mdwith release process documentation
- Version now defined only in
Installation
pip install reverse-api-engineer==0.2.7
# or
uv tool install reverse-api-engineer==0.2.7What's Changed
This release streamlines the version management process by introducing a single source of truth. From now on, version updates only need to be made in pyproject.toml, eliminating the risk of version mismatches across files.
Full Changelog: v0.2.6...v0.2.7