Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: pypa/hatch

Hatch v1.15.1

16 Oct 20:35
19eec09

Choose a tag to compare

Fixed:

  • Fix compatibility with cached default CPython distributions that were sourced from GitHub releases of the old owner

Hatch v1.15.0

15 Oct 05:49
0636e7b

Choose a tag to compare

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

24 Sep 06:20
d3448c2

Choose a tag to compare

Fixed:

  • Fix compatibility with recent versions of Click

Hatch v1.14.1

07 Apr 04:15

Choose a tag to compare

Fixed:

  • Remove uses of the deprecated --no-python-version-warning flag when using pip

Hatch v1.14.0

16 Dec 01:00

Choose a tag to compare

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

15 Dec 17:07
cbf6598

Choose a tag to compare

Added:

  • Update the default version of core metadata to 2.4

Hatchling v1.26.3

12 Nov 19:19

Choose a tag to compare

Fixed:

  • Support an old import path that is still used by some consumers like Hatch

Hatchling v1.26.2

12 Nov 17:16

Choose a tag to compare

Fixed:

  • Back-populate string license fields (License-Expression) for core metadata versions prior to 2.4
  • Remove the License-Expression and License-Files core metadata from version 2.2 that was missed in the previous minor release

Hatchling v1.26.1

10 Nov 15:21

Choose a tag to compare

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

10 Nov 06:38

Choose a tag to compare

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 and sdist 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