Releases: pypa/hatch
Releases Β· pypa/hatch
Hatchling v1.17.1
Fixed:
- Fix dev mode when the project has symlinks and file inclusion is defined with the
packagesoronly-includeoptions - Change the name of generated PTH files for dev mode so they come first lexicographically and therefore load first
Hatchling v1.17.0
Added:
- The
appbuild target now embeds the project version in the name of binaries
Hatchling v1.16.1
Fixed:
- Fix determining the built executable path for the
appbuild target option when using a local copy of PyApp when there is an explicit target triple set
Hatchling v1.16.0
Added:
- Add
appbuild target option to build using a local copy of the PyApp repository
Hatchling v1.15.0
Added:
- Add
appbuild target
Hatchling v1.14.1
Fixed:
- Fix internal archive root naming for the
sdisttarget whenstrict-namingis disabled to match the file name in order to support the expectation of some frontends
Hatch v1.7.0
Changed:
- The
src-layoutproject template option is now enabled by default - Non-critical output now goes to stderr
Added:
- Add
tool.hatch.env.requiresconfiguration to automatically install dependencies for environment and environment collector plugins - Add
customenvironment collector - Improve syncing of dependencies provided through Git direct references
- Add
isolated_data_directoryattribute to the environment interface - Increase the timeout for and add retries to the
indexpublisher - Expand home and environment variables in configured cache and data directories
- Improve readability of exceptions
- Update project templates
- Bump the minimum supported version of Hatchling to 1.14.0
Fixed:
- Fix displaying the version with the
versioncommand when the version is static and build dependencies are unmet - Fix build environments for the
virtualenvironment type when storing within a relative path - Work around System Integrity Protection on macOS when running commands
- Allow setuptools metadata migration for projects without
setup.pyifsetup.cfgis present - Handle additional edge cases for setuptools metadata migration
- Support boolean values for the
config setcommand
Hatchling v1.14.0
Added:
- Add
trove-classifiersas a dependency
Fixed:
- Properly normalize metadata descriptions that contain line breaks
Hatchling v1.13.0
Added:
- Update the set of known trove classifiers to version 2023.2.8
Hatchling v1.12.2
Fixed:
- Add
macos-max-compatoption to thewheeltarget that is enabled by default to support the latest version 22.0 of thepackaginglibrary