Commit c04984f
chore(release): 0.7.0-dev.4
## [0.7.0-dev.4](v0.7.0-dev.3...v0.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](d1a0e2d))
### Documentation
* add --version flag documentation and installation verification ([ac326e0](ac326e0))
### Code Refactoring
* remove outdated __version__ from hatch/__init__.py ([9f0aad3](9f0aad3))1 parent 724c957 commit c04984f
2 files changed
+25
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
1 | 25 | | |
2 | 26 | | |
3 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments