Skip to content

Commit e7be019

Browse files
authored
Version 0.0.27 (#232)
1 parent 3400536 commit e7be019

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.0.27 (31th May, 2024)
4+
5+
- Fix `RedisStorage` when using without ttl. (#231)
6+
37
## 0.0.26 (12th April, 2024)
48

59
- Expose `AsyncBaseStorage` and `BaseStorage`. (#220)

hishel/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def install_cache() -> None: # pragma: no cover
1414
httpx.Client = CacheClient # type: ignore
1515

1616

17-
__version__ = "0.0.26"
17+
__version__ = "0.0.27"

0 commit comments

Comments
 (0)