Skip to content

Commit

Permalink
Version 0.0.25 (#208)
Browse files Browse the repository at this point in the history
* Version 0.0.25

* Update CHANGELOG.md
  • Loading branch information
karpetrosyan authored Mar 26, 2024
1 parent 088dc65 commit 08206f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.0.25 (26th March, 2024)

- Add `force_cache` property to the controller, allowing RFC9111 rules to be completely disabled. (#204)
- Add `.gitignore` to cache directory created by `FIleStorage`. (#197)
Expand Down
2 changes: 1 addition & 1 deletion hishel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def install_cache() -> None: # pragma: no cover
httpx.Client = CacheClient # type: ignore


__version__ = "0.0.24"
__version__ = "0.0.25"

0 comments on commit 08206f4

Please sign in to comment.