Releases: pypa/hatch
Releases · pypa/hatch
Hatchling v0.6
Added:
- Add ability to conditionally execute build hooks
Fixed:
- Disregard hook dependencies when building without hooks
Hatch v1rc6
Added:
- Bump the minimum supported version of Hatchling
Hatch v1rc5
Fixed:
- Reduce default verbosity of config file creation for new users
Hatchling v0.5
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 asrc
-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
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
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
Added:
- Bump the minimum supported version of Hatchling
Hatchling v0.3.1
Fixed:
- Ignore non-Python files for editable wheels
Hatchling v0.3
This is the initial public release of the Hatchling build system. Support for Python 2 will be dropped in version 1.
Hatch v1rc2
This is the first release candidate for Hatch v1, a complete rewrite. The old code lives on the pre-v1 branch.