Skip to content

Commit 08206f4

Browse files
authored
Version 0.0.25 (#208)
* Version 0.0.25 * Update CHANGELOG.md
1 parent 088dc65 commit 08206f4

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-
## Unreleased
3+
## 0.0.25 (26th March, 2024)
44

55
- Add `force_cache` property to the controller, allowing RFC9111 rules to be completely disabled. (#204)
66
- Add `.gitignore` to cache directory created by `FIleStorage`. (#197)

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.24"
17+
__version__ = "0.0.25"

0 commit comments

Comments
 (0)