Skip to content

v0.2.7 - Single Source of Truth for Versioning

Choose a tag to compare

@kalil0321 kalil0321 released this 27 Dec 19:30
· 292 commits to main since this release

Changed

  • Version management: Implemented single source of truth for versioning
    • Version now defined only in pyproject.toml
    • __init__.py reads version dynamically using importlib.metadata
    • Eliminates need to manually update version in multiple files
    • Added RELEASING.md with release process documentation

Installation

pip install reverse-api-engineer==0.2.7
# or
uv tool install reverse-api-engineer==0.2.7

What'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