Skip to content

Commit c04984f

Browse files
semantic-release-botLittleCoinCoin
authored andcommitted
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

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [0.7.0-dev.4](https://github.com/CrackingShells/Hatch/compare/v0.7.0-dev.3...v0.7.0-dev.4) (2025-10-02)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Code that relied on hatch.__version__ will need to use
7+
importlib.metadata.version('hatch') instead.
8+
9+
Related to: Phase 1 analysis (version_command_analysis_v1.md)
10+
11+
### Features
12+
13+
* add --version flag to CLI argument parser ([d1a0e2d](https://github.com/CrackingShells/Hatch/commit/d1a0e2dfb5963724294b3e0c84e0b7f96aefbe61))
14+
15+
16+
### Documentation
17+
18+
* add --version flag documentation and installation verification ([ac326e0](https://github.com/CrackingShells/Hatch/commit/ac326e0a5bed84f9ce8d38976cd9dbfafdc24685))
19+
20+
21+
### Code Refactoring
22+
23+
* remove outdated __version__ from hatch/__init__.py ([9f0aad3](https://github.com/CrackingShells/Hatch/commit/9f0aad3684a794019aa1b6033ac4b9645a92d6af))
24+
125
## [0.7.0-dev.3](https://github.com/CrackingShells/Hatch/compare/v0.7.0-dev.2...v0.7.0-dev.3) (2025-10-01)
226

327

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hatch"
7-
version = "0.7.0-dev.3"
7+
version = "0.7.0-dev.4"
88
description = "Package manager for the Cracking Shells ecosystem"
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)