Skip to content

Commit e966480

Browse files
authored
release Hatch v1.16.2 (#2132)
1 parent 860fecc commit e966480

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/history/hatch.md

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

99
## Unreleased
1010

11+
## [1.16.2](https://github.com/pypa/hatch/releases/tag/hatch-v1.16.2) - 2025-12-06 ## {: #hatch-v1.16.2 }
12+
13+
***Fixed:***
14+
15+
- Properly send informational output to `stderr` instead of `stdout`
16+
- Implement documented support for `sbom-files` as build data for the `wheel` build target
17+
- Fix regression where environments no longer acknowledged the `project.optional-dependencies` field
18+
1119
## [1.16.1](https://github.com/pypa/hatch/releases/tag/hatch-v1.16.1) - 2025-11-27 ## {: #hatch-v1.16.1 }
1220

1321
***Fixed:***
@@ -21,7 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2129

2230
***Changed:***
2331

24-
- Drop support for 3.9
32+
- Drop support for 3.9
2533
- Environment type plugins are now no longer expected to support a pseudo-build environment as any environment now may be used for building. The following methods have been removed: `build_environment`, `build_environment_exists`, `run_builder`, `construct_build_command`
2634

2735
***Added:***

release/windows/make_scripts_portable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from urllib.request import urlopen
1212
from zipfile import ZIP_DEFLATED, ZipFile, ZipInfo
1313

14-
LAUNCHERS_URL = "https://raw.githubusercontent.com/astral-sh/uv/main/crates/uv-trampoline/trampolines"
14+
LAUNCHERS_URL = "https://raw.githubusercontent.com/astral-sh/uv/main/crates/uv-trampoline-builder/trampolines"
1515
SCRIPT_TEMPLATE = """\
1616
#!{executable}
1717
import re

0 commit comments

Comments
 (0)