Skip to content

Commit 8766c5a

Browse files
authored
Version 0.0.30 (#256)
1 parent 3c245b6 commit 8766c5a

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-
## development
3+
## 0.0.30 (12th July, 2024)
44

55
- Fix cache update on revalidation response with content (rfc9111 section 4.3.3) (#239)
66
- Fix request extensions that were not passed into revalidation request for transport-based implementation (but were

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.29"
17+
__version__ = "0.0.30"

0 commit comments

Comments
 (0)