Skip to content

Commit 5e66cd5

Browse files
authored
docs: prepare for 0.12.2 (#1251)
Getting ready for another patch release. Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent 0764dbb commit 5e66cd5

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

docs/about/changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## Version 0.12.2
4+
5+
We've fixed another issue in the new file inclusion mode on Windows. We now
6+
always normalize SDist names, even if `minimum-version` is set to 0.4 or older,
7+
due to the fact PyPI no longer accepts non-normalized SDist names. Please
8+
increase your `minimum-version` anyway, though! Finally, the debug logging for
9+
file inclusion now displays the exact rule that triggered the include/exclude
10+
behavior.
11+
12+
Fixes:
13+
14+
- Use `as_posix` for prefix matching for better Windows support by @henryiii in
15+
#1246
16+
- Always normalize SDist names, even in `<0.5` compat mode by @henryiii in #1247
17+
- Better logging on why something fails/passes file inclusion check by @henryiii
18+
in #1250
19+
20+
Internal:
21+
22+
- Backport downstream RHEL patch to disable tests by @LecrisUT in #1244
23+
324
## Version 0.12.1
425

526
This fixes a regression on Windows when targeting 32-bit wheels on a 64-bit

0 commit comments

Comments
 (0)