Releases: pypa/hatch
Releases · pypa/hatch
Hatch v1.0.0rc10
Fixed:
- Handle edge case for displaying text while showing a status message
Hatchling v0.9.0
Added:
- Build hooks now have access to project metadata
Fixed:
- Improve check for satisfied dependencies
Hatchling v0.8.2
Fixed:
- Fix plugins on Python 2
Hatchling v0.8.1
Fixed:
- Update project metadata
Hatchling v0.8.0
Added:
- The
regex
version source now supports the^
/$
multi-line characters by default
Fixed:
- Fix greedy matching in the default pattern for the
regex
version source
Hatch v1.0.0rc8
Added:
- Support Python 3.7
Hatchling v0.7.0
Added:
- Improve default file selection to account for
src
-layout structures and namespaced packages
Fixed:
- The normalization of project versions no longer strips trailing zero release segments
Hatch v1.0.0rc7
Added:
- Bump the minimum supported version of Hatchling
Hatchling v0.6
Added:
- Add ability to conditionally execute build hooks
Fixed:
- Disregard hook dependencies when building without hooks
Hatch v1rc6
Added:
- Bump the minimum supported version of Hatchling