Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Apr 3, 2020
1 parent d51e735 commit 70b83b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ This document describes changes to the APIs.

### master

No changes yet.
[View changes](https://github.com/coleifer/walrus/compare/0.8.1...HEAD)

### 0.8.1

* Fix missing parameter in error message, #105.
* Remove redundant call to `delete()` when using Model `create()` API.
* Fix TTL units and lock event wait timeout handling.
* Adds `Hash.setnx()` method to the hash container.
* Do not double-decode strings when user has enabled decode_responses, #121.
* Fix mapping of types in `get_key()` method to return the proper container
type, #120.

[View all changes](https://github.com/coleifer/walrus/compare/0.8.0...0.8.1)

### 0.8.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.8.0'
__version__ = '0.8.1'

# ___
# .-9 9 `\
Expand Down

0 comments on commit 70b83b0

Please sign in to comment.