Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Jan 20, 2022
1 parent 2583ac8 commit b03edbc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,16 @@ This document describes changes to the APIs.

### master

[View changes](https://github.com/coleifer/walrus/compare/0.8.2...HEAD)
[View changes](https://github.com/coleifer/walrus/compare/0.9.0...HEAD)

### 0.9.0

* **Backwards incompatible change:** redis-py changed the signature of the
`xpending_range` function. This is resolved in walrus 0.9.0.
* Add support for `autoclaim()` to the `ConsumerGroupStream` class.
* Minor changes to the stop-word handling in `autocomplete` module.

[View changes](https://github.com/coleifer/walrus/compare/0.8.2...0.9.0)

### 0.8.2

Expand Down
2 changes: 1 addition & 1 deletion walrus/__init__.py
Expand Up @@ -4,7 +4,7 @@

__author__ = 'Charles Leifer'
__license__ = 'MIT'
__version__ = '0.8.2'
__version__ = '0.9.0'

# ___
# .-9 9 `\
Expand Down

0 comments on commit b03edbc

Please sign in to comment.