Skip to content

Releases: pypa/hatch

Hatchling v0.6

06 Jan 07:34
Compare
Choose a tag to compare

Added:

  • Add ability to conditionally execute build hooks

Fixed:

  • Disregard hook dependencies when building without hooks

Hatch v1rc6

06 Jan 07:52
Compare
Choose a tag to compare
Hatch v1rc6 Pre-release
Pre-release

Added:

  • Bump the minimum supported version of Hatchling

Hatch v1rc5

03 Jan 01:10
Compare
Choose a tag to compare
Hatch v1rc5 Pre-release
Pre-release

Fixed:

  • Reduce default verbosity of config file creation for new users

Hatchling v0.5

01 Jan 21:33
Compare
Choose a tag to compare

Added:

  • Add option to clean build hook artifacts after each build

Fixed:

  • Properly include artifacts like C extensions that are built outside of package directories (with the intention of being placed directly inside site-packages) for projects with a src-layout structure
  • For wheels, the ordering of generated .dist-info files now matches the ordering of files included from the local file system

Hatch v1rc4

01 Jan 21:45
Compare
Choose a tag to compare
Hatch v1rc4 Pre-release
Pre-release

Added:

  • Bump the minimum supported version of Hatchling

Fixed:

  • Ensure Python subprocesses use unbuffered output to display real live progress
  • Ensure that build environments honor environment variable filters

Hatchling v0.4

31 Dec 04:21
Compare
Choose a tag to compare

Changed:

  • In order to simplify configuration, build file selection options (include, exclude, etc.) can no longer be defined as comma separated strings.

Added:

  • Refactor builder config handling into its own class
  • Allow build hooks to access builder configuration

Hatch v1rc3

31 Dec 04:56
Compare
Choose a tag to compare
Hatch v1rc3 Pre-release
Pre-release

Added:

  • Bump the minimum supported version of Hatchling

Hatchling v0.3.1

30 Dec 05:15
Compare
Choose a tag to compare

Fixed:

  • Ignore non-Python files for editable wheels

Hatchling v0.3

29 Dec 20:56
Compare
Choose a tag to compare

This is the initial public release of the Hatchling build system. Support for Python 2 will be dropped in version 1.

Hatch v1rc2

29 Dec 21:15
Compare
Choose a tag to compare
Hatch v1rc2 Pre-release
Pre-release

This is the first release candidate for Hatch v1, a complete rewrite. The old code lives on the pre-v1 branch.