Skip to content

Commit

Permalink
Version 0.0.19 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
karpetrosyan authored Nov 30, 2023
1 parent 6c9d85b commit 41681d0
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.19 (30/11/2023)

- Add `force_cache` extension to enforce the request to be cached, ignoring the HTTP headers. (#117)
- Fix issue where sqlite storage cache get deleted immediately. (#119)
Expand Down
2 changes: 1 addition & 1 deletion hishel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def install_cache() -> None: # pragma: no cover
httpx.Client = CacheClient # type: ignore


__version__ = "0.0.18"
__version__ = "0.0.19"

0 comments on commit 41681d0

Please sign in to comment.