We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50597b commit 5da6012Copy full SHA for 5da6012
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unrelesed
+## 0.0.26 (12th April, 2024)
4
5
- Expose `AsyncBaseStorage` and `BaseStorage`. (#220)
6
- Prevent cache hits from resetting the ttl. (#215)
hishel/__init__.py
@@ -14,4 +14,4 @@ def install_cache() -> None: # pragma: no cover
14
httpx.Client = CacheClient # type: ignore
15
16
17
-__version__ = "0.0.25"
+__version__ = "0.0.26"
0 commit comments