Releases: pypa/hatch
Releases · pypa/hatch
Hatchling v0.10.0
Added:
- Support
text/plain
content type forproject.readme
metadata
Hatch v1.0.0rc9
Added:
- Add ability to set the non-preview variant of versions
- Improve collection of information about Python interpreters within environments
- Update dependencies
Fixed:
- Relax restriction on the contents of
build-system.requires
- The
version
command now properly handles statically defined versions - Fix typo preventing the Python executable fallback for environments when there is no
python
alongPATH
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