From 856c416a82f0e80267c7fd7957c6921b5a2c024b Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 20 May 2023 00:33:35 -0400 Subject: [PATCH] docs: changelog for 0.4.2 Signed-off-by: Henry Schreiner --- docs/changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index f8f5ccc2..68b36ef6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,21 @@ # Changelog +## Version 0.4.2 + +This is a quick followup to LICENSE file handing to closer match the current +draft of [PEP 639](https://peps.python.org/pep-0639). It also removes the +automatic optional Rich logging, which doesn't work well with Pip's subprocess +piping, being cropped to a very narrow width regardless of terminal size. + +Fixes: + +- Add `License-file` metadata entry & update default by @henryiii in #329 +- Drop optional Rich logging/error by @henryiii in #330 + +Other: + +- Update PyPI links by @henryiii in #331 + ## Version 0.4.1 A fix for LICENCE files being placed in the wrong place in the wheel. Now we