From df24b4a5c642b54ffa02ad7555443f82b9c817b0 Mon Sep 17 00:00:00 2001 From: Kent Pitman Date: Mon, 7 Aug 2023 14:01:58 -0400 Subject: [PATCH] Thug commit: Update CHANGELOG.rst for previous release (7.7.0) --- CHANGELOG.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e38c58721..c7be23ff2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,25 @@ dcicutils Change Log ---------- +7.7.0 +===== + +* Add ``license_utils`` with tools to check license utilities. + + .. note:: + + Using these utilities requires you to have a dev dependency on ``pip-licenses``. + If it's not there, you'll get an error telling you this fact. + + Effectively, though, we're exporting a required dev dependency, since we did not + want to make this a runtime dependency. + + (You can also attend to this dependency by arranging to ``pip install pip-licenses`` + before running tests.) + +* Add ``contribution_utils`` with tools to track repository contributions. + + 7.6.0 =====