We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c245b6 commit 8766c5aCopy full SHA for 8766c5a
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## development
+## 0.0.30 (12th July, 2024)
4
5
- Fix cache update on revalidation response with content (rfc9111 section 4.3.3) (#239)
6
- Fix request extensions that were not passed into revalidation request for transport-based implementation (but were
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.29"
+__version__ = "0.0.30"
0 commit comments