Skip to content

Commit

Permalink
Version 0.1.0 (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
karpetrosyan authored Nov 2, 2024
1 parent 3500aab commit 848e95f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## 0.1.0 (27th Oct, 2024)
## 0.1.0 (2nd Nov, 2024)

- Add support for Python 3.12 / drop Python 3.8. (#286)
- Specify usedforsecurity=False in blake2b. (#285)

## 0.0.33 (4th Oct, 2024)

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.33"
__version__ = "0.1.0"

0 comments on commit 848e95f

Please sign in to comment.