We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088dc65 commit 08206f4Copy full SHA for 08206f4
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.0.25 (26th March, 2024)
4
5
- Add `force_cache` property to the controller, allowing RFC9111 rules to be completely disabled. (#204)
6
- Add `.gitignore` to cache directory created by `FIleStorage`. (#197)
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.24"
+__version__ = "0.0.25"
0 commit comments