Skip to content

Commit 1a142c2

Browse files
committed
release Hatchling v1.26.0
1 parent 392aa21 commit 1a142c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/history/hatchling.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
## Unreleased
1010

11+
## [1.26.0](https://github.com/pypa/hatch/releases/tag/hatchling-v1.26.0) - 2024-11-10 ## {: #hatchling-v1.26.0 }
12+
1113
***Added:***
1214

1315
- Support version 2.4 of core metadata for the `wheel` and `sdist` targets
16+
- Add `HATCH_METADATA_CLASSIFIERS_NO_VERIFY` environment variable to disable trove classifier verification
17+
- Add `.pixi` to the list of directories that cannot be traversed
1418
- Bump the minimum supported version of `packaging` to 24.2
1519

1620
***Fixed:***
1721

1822
- No longer write package metadata for license expressions and files for versions of core metadata prior to 2.4
23+
- Properly enable Zip64 support for the `wheel` target
24+
- Properly ignore parent `.gitingore` files when the project root matches one of the patterns
1925

2026
## [1.25.0](https://github.com/pypa/hatch/releases/tag/hatchling-v1.25.0) - 2024-06-22 ## {: #hatchling-v1.25.0 }
2127

0 commit comments

Comments
 (0)