Releases: pypa/hatch
Releases Β· pypa/hatch
Hatch v1.15.1
Fixed:
- Fix compatibility with cached default CPython distributions that were sourced from GitHub releases of the old owner
Hatch v1.15.0
Changed:
- Drop support for Python 3.8
Added:
- Support Python 3.14
- Upgrade default CPython distributions to 20251014
- Upgrade default PyPy distributions to 7.3.20
Hatch v1.14.2
Fixed:
- Fix compatibility with recent versions of Click
Hatch v1.14.1
Fixed:
- Remove uses of the deprecated
--no-python-version-warning
flag when using pip
Hatch v1.14.0
Added:
- Upgrade default CPython distributions to 20241206
- Bump the minimum supported version of Hatchling to 1.26.3
- Update
virtualenv
dependency
Hatchling v1.27.0
Added:
- Update the default version of core metadata to 2.4
Hatchling v1.26.3
Fixed:
- Support an old import path that is still used by some consumers like Hatch
Hatchling v1.26.2
Fixed:
- Back-populate string
license
fields (License-Expression
) for core metadata versions prior to 2.4 - Remove the
License-Expression
andLicense-Files
core metadata from version 2.2 that was missed in the previous minor release
Hatchling v1.26.1
Fixed:
- Add backward compatibility for the old
license-files
metadata field - Support an old import path that is still used by some consumers like Hatch
Hatchling v1.26.0
Changed:
- The
license-files
metadata field has been updated to the latest spec and is now just an array of glob patterns
Added:
- Support version 2.4 of core metadata for the
wheel
andsdist
targets - Add
HATCH_METADATA_CLASSIFIERS_NO_VERIFY
environment variable to disable trove classifier verification - Add
.pixi
to the list of directories that cannot be traversed - Bump the minimum supported version of
packaging
to 24.2
Fixed:
- No longer write package metadata for license expressions and files for versions of core metadata prior to 2.4
- Properly enable Zip64 support for the
wheel
target - Properly ignore parent
.gitingore
files when the project root matches one of the patterns