We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee3366 commit 5011153Copy full SHA for 5011153
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## development
+## 0.0.31 (22nd Sep, 2024)
4
5
- Ignore file not found error when cleaning up a file storage. (#264)
6
- Fix `AssertionError` on `client.close()` when use SQLiteStorage. (#269)
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.30"
+__version__ = "0.0.31"
0 commit comments