Skip to content

Commit 0ff5368

Browse files
committed
Prepare release 5.3.2
1 parent adfd17e commit 0ff5368

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## Changes
22

3-
## 5.3.2 (unreleased)
3+
## 5.3.3 (unreleased)
4+
5+
<!-- Add future changes here -->
6+
7+
8+
## 5.3.2 (2026-05-30)
49

510
- Fix: Restore backward compatibility for hook config sections named
611
`[namespace-subsection]`. After 5.3.1 anchored section matching strictly on
@@ -19,7 +24,8 @@
1924
Section ownership now requires an exact `[namespace]` match or a `[namespace:subsection]`
2025
prefix (the `:` separator cannot occur in a package name), so a hook like `uv` no longer
2126
silently drops packages such as `uvst.addon`. Hook config sections previously written as
22-
`[namespace-section]` must be renamed to `[namespace:section]`.
27+
`[namespace-section]` must be renamed to `[namespace:section]`. (Note: 5.3.2 restored
28+
the `[namespace-section]` form as a deprecation rather than a hard break — see below.)
2329
[jensens]
2430

2531

0 commit comments

Comments
 (0)