Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Feb 18, 2022
1 parent 217cd14 commit f563dd3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ This document describes changes to the APIs.

### master

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

### 0.9.1

* Add support for `minid` and `limit` parameters on `Stream.trim()`, #169
* Cache decorators now cache calls that return `None`, #171

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

### 0.9.0

Expand Down
2 changes: 1 addition & 1 deletion walrus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

# ___
# .-9 9 `\
Expand Down

0 comments on commit f563dd3

Please sign in to comment.