Skip to content

v0.7.0-dev.4

Pre-release
Pre-release

Choose a tag to compare

@cracking-shells-semantic-release cracking-shells-semantic-release released this 02 Oct 12:49
· 178 commits to dev since this release

0.7.0-dev.4 (2025-10-02)

⚠ BREAKING CHANGES

  • Code that relied on hatch.version will need to use
    importlib.metadata.version('hatch') instead.

Related to: Phase 1 analysis (version_command_analysis_v1.md)

Features

  • add --version flag to CLI argument parser (d1a0e2d)

Documentation

  • add --version flag documentation and installation verification (ac326e0)

Code Refactoring

  • remove outdated version from hatch/init.py (9f0aad3)