Skip to content

Commit 4bca161

Browse files
authored
Merge branch 'master' into use-__replace__-to-get-new-packaging-Versions
2 parents 045f919 + dec7d6d commit 4bca161

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/history/hatch.md

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

99
## Unreleased
1010

11+
## [1.16.3](https://github.com/pypa/hatch/releases/tag/hatch-v1.16.3) - 2026-01-20 ## {: #hatch-v1.16.3 }
12+
1113
***Added:***
1214

1315
- Env var for keep-env when an exception occurs during environment creation to enable debugging.
@@ -16,6 +18,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1618

1719
- Fix issue with self-referential dependencies not being recognized.
1820
- Fix incomplete environments created when an exception occurs during creation.
21+
- Fix dependency-groups not working with when environment is not marked as builder.
22+
- Change Keyring to take expect repository URL instead of repository name.
1923

2024
## [1.16.2](https://github.com/pypa/hatch/releases/tag/hatch-v1.16.2) - 2025-12-06 ## {: #hatch-v1.16.2 }
2125

hatch.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ update-ruff = [
118118
]
119119

120120
[envs.release]
121+
workspace.members = ["backend/"]
121122
detached = true
122123
installer = "uv"
123124

0 commit comments

Comments
 (0)