Releases: pypa/hatch
Releases · pypa/hatch
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
regexversion source now supports the^/$multi-line characters by default
Fixed:
- Fix greedy matching in the default pattern for the
regexversion 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
Hatch v1rc5
Fixed:
- Reduce default verbosity of config file creation for new users