Skip to content

Releases: pypa/hatch

Hatchling v0.10.0

21 Jan 05:00
Compare
Choose a tag to compare

Added:

  • Support text/plain content type for project.readme metadata

Hatch v1.0.0rc9

19 Jan 03:49
Compare
Choose a tag to compare
Hatch v1.0.0rc9 Pre-release
Pre-release

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 along PATH

Hatch v1.0.0rc10

19 Jan 17:44
Compare
Choose a tag to compare
Hatch v1.0.0rc10 Pre-release
Pre-release

Fixed:

  • Handle edge case for displaying text while showing a status message

Hatchling v0.9.0

19 Jan 00:00
Compare
Choose a tag to compare

Added:

  • Build hooks now have access to project metadata

Fixed:

  • Improve check for satisfied dependencies

Hatchling v0.8.2

16 Jan 17:50
Compare
Choose a tag to compare

Fixed:

  • Fix plugins on Python 2

Hatchling v0.8.1

14 Jan 23:13
Compare
Choose a tag to compare

Fixed:

  • Update project metadata

Hatchling v0.8.0

09 Jan 18:31
Compare
Choose a tag to compare

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

09 Jan 03:37
Compare
Choose a tag to compare
Hatch v1.0.0rc8 Pre-release
Pre-release

Added:

  • Support Python 3.7

Hatchling v0.7.0

08 Jan 18:00
Compare
Choose a tag to compare

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

08 Jan 18:46
Compare
Choose a tag to compare
Hatch v1.0.0rc7 Pre-release
Pre-release

Added:

  • Bump the minimum supported version of Hatchling