From 1a142c2fb91b1eb9d96cc78d5cfc8a28ef806e92 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 10 Nov 2024 01:13:10 -0500 Subject: [PATCH] release Hatchling v1.26.0 --- docs/history/hatchling.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/history/hatchling.md b/docs/history/hatchling.md index eec2449f1..8e3bd4920 100644 --- a/docs/history/hatchling.md +++ b/docs/history/hatchling.md @@ -8,14 +8,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## [1.26.0](https://github.com/pypa/hatch/releases/tag/hatchling-v1.26.0) - 2024-11-10 ## {: #hatchling-v1.26.0 } + ***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 ## [1.25.0](https://github.com/pypa/hatch/releases/tag/hatchling-v1.25.0) - 2024-06-22 ## {: #hatchling-v1.25.0 }