From d449a8e9923ef62bb1d97b2aea36b6a7f9725d5f Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 9 Dec 2024 17:08:38 -0800 Subject: [PATCH] update CHANGELIST.rst for 1.7.5 --- CHANGELIST.rst | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELIST.rst b/CHANGELIST.rst index c5083161..488a960a 100644 --- a/CHANGELIST.rst +++ b/CHANGELIST.rst @@ -1,9 +1,21 @@ -Unreleased -~~~~~~~~~~ +1.7.5 +~~~~~ + +- Fix typos discovered by codespell by @cclauss in https://github.com/webrecorder/warcio/pull/160 +- Migrate to GitHub Actions CI and resolve dependency issues by @tw4l in https://github.com/webrecorder/warcio/pull/164 +- Add very simple test for version argument and use importlib feature instead of deprecated pkg_resources for version by @white-gecko in https://github.com/webrecorder/warcio/pull/173 +- Run pytest directly. setup.py test was removed in setuptools 72. by @white-gecko in https://github.com/webrecorder/warcio/pull/172 +- Update codecov/codecov-action from v1 to v4 by @white-gecko in https://github.com/webrecorder/warcio/pull/171 +- Remove superfluous ci step by @white-gecko in https://github.com/webrecorder/warcio/pull/174 +- Test python 3.12 by @white-gecko in https://github.com/webrecorder/warcio/pull/175 +- chore: finish py3.12 by @wumpus in https://github.com/webrecorder/warcio/pull/176 +- feat: add darwin and windows CI by @wumpus in https://github.com/webrecorder/warcio/pull/178 +- doc: document how to use brotli; test brotli by @wumpus in https://github.com/webrecorder/warcio/pull/179 +- feat: test old ubuntu version by @wumpus in https://github.com/webrecorder/warcio/pull/180 +- feat: try py 3.13, plus typos by @wumpus in https://github.com/webrecorder/warcio/pull/184 +- Handle deprecation of naive datetime functions like utcnow() by @tw4l in https://github.com/webrecorder/warcio/pull/185 +- bump version to 1.7.5 by @ikreymer in https://github.com/webrecorder/warcio/pull/186 -- Add support for Python 3.12 by adjusting `urllib3` dependency to `>=1.26.4,<1.26.16` - -- Make brotli support easier to install 1.7.4