Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Update changelog for a 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Sep 2, 2021
1 parent 96b7a6a commit db668d2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Release history
===============

0.2.0
-----
- Update vendored birdisle to redis 5.0.12
- Drop support for Python versions older than 3.6
- Remove use of async_generator
- Support the latest redis-py, and require at least 3.4.1
- Pin aioredis to versions less than 2 (2.x is not currently supported)
- Build wheels for newer Python versions (up to 3.10)
- Switch from Travis CI to Github Actions
- Remove mkwheel.sh and rely on cibuildwheel instead
- Remove use of loop arguments where Python 3.10 no longer supports them
- Fix a log message with an extraneous %s
- Stop using deprecated ``locale.format_string``

0.1.3
-----
- Update vendored birdisle to redis 5.0.3
Expand Down

0 comments on commit db668d2

Please sign in to comment.