Skip to content

Commit 5da6012

Browse files
authored
Version 0.0.26 (#222)
1 parent b50597b commit 5da6012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unrelesed
3+
## 0.0.26 (12th April, 2024)
44

55
- Expose `AsyncBaseStorage` and `BaseStorage`. (#220)
66
- Prevent cache hits from resetting the ttl. (#215)

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.25"
17+
__version__ = "0.0.26"

0 commit comments

Comments
 (0)