Skip to content

Commit d449a8e

Browse files
committed
update CHANGELIST.rst for 1.7.5
1 parent d9ab581 commit d449a8e

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

CHANGELIST.rst

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1-
Unreleased
2-
~~~~~~~~~~
1+
1.7.5
2+
~~~~~
3+
4+
- Fix typos discovered by codespell by @cclauss in https://github.com/webrecorder/warcio/pull/160
5+
- Migrate to GitHub Actions CI and resolve dependency issues by @tw4l in https://github.com/webrecorder/warcio/pull/164
6+
- 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
7+
- Run pytest directly. setup.py test was removed in setuptools 72. by @white-gecko in https://github.com/webrecorder/warcio/pull/172
8+
- Update codecov/codecov-action from v1 to v4 by @white-gecko in https://github.com/webrecorder/warcio/pull/171
9+
- Remove superfluous ci step by @white-gecko in https://github.com/webrecorder/warcio/pull/174
10+
- Test python 3.12 by @white-gecko in https://github.com/webrecorder/warcio/pull/175
11+
- chore: finish py3.12 by @wumpus in https://github.com/webrecorder/warcio/pull/176
12+
- feat: add darwin and windows CI by @wumpus in https://github.com/webrecorder/warcio/pull/178
13+
- doc: document how to use brotli; test brotli by @wumpus in https://github.com/webrecorder/warcio/pull/179
14+
- feat: test old ubuntu version by @wumpus in https://github.com/webrecorder/warcio/pull/180
15+
- feat: try py 3.13, plus typos by @wumpus in https://github.com/webrecorder/warcio/pull/184
16+
- Handle deprecation of naive datetime functions like utcnow() by @tw4l in https://github.com/webrecorder/warcio/pull/185
17+
- bump version to 1.7.5 by @ikreymer in https://github.com/webrecorder/warcio/pull/186
318

4-
- Add support for Python 3.12 by adjusting `urllib3` dependency to `>=1.26.4,<1.26.16`
5-
6-
- Make brotli support easier to install
719

820

921
1.7.4

0 commit comments

Comments
 (0)