We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fca497 commit 856c416Copy full SHA for 856c416
docs/changelog.md
@@ -1,5 +1,21 @@
1
# Changelog
2
3
+## Version 0.4.2
4
+
5
+This is a quick followup to LICENSE file handing to closer match the current
6
+draft of [PEP 639](https://peps.python.org/pep-0639). It also removes the
7
+automatic optional Rich logging, which doesn't work well with Pip's subprocess
8
+piping, being cropped to a very narrow width regardless of terminal size.
9
10
+Fixes:
11
12
+- Add `License-file` metadata entry & update default by @henryiii in #329
13
+- Drop optional Rich logging/error by @henryiii in #330
14
15
+Other:
16
17
+- Update PyPI links by @henryiii in #331
18
19
## Version 0.4.1
20
21
A fix for LICENCE files being placed in the wrong place in the wheel. Now we
0 commit comments