-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
github-actions
committed
Aug 27, 2024
1 parent
4432b14
commit 9cae0a2
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,33 @@ | |
|
||
|
||
|
||
## v4.0.1 (2024-08-27) | ||
|
||
### Build | ||
|
||
* build(fix): Change docker-compose to docker compose ([`e701a9e`](https://github.com/taylorhakes/python-redis-cache/commit/e701a9e482a13221535e9c404258f6af7903df08)) | ||
|
||
### Documentation | ||
|
||
* docs: updated wording on instance docs ([`ca65f4e`](https://github.com/taylorhakes/python-redis-cache/commit/ca65f4e515aa45c27b88972d76c416bdaf9d3ed3)) | ||
|
||
* docs: add class/instance method documentation ([`027344d`](https://github.com/taylorhakes/python-redis-cache/commit/027344d3a62655a82b8be8df25f93a400b217c2d)) | ||
|
||
### Fix | ||
|
||
* fix(cache): support for unpassed default args (#39) | ||
|
||
* feat(cache): support caching functions with positional-only arguments | ||
|
||
BREAKING CHANGE: requires Python version >= 3.8 | ||
|
||
* fix(cache): cache params with defaults not passed as args | ||
|
||
--------- | ||
|
||
Co-authored-by: Taylor Hakes <[email protected]> ([`4432b14`](https://github.com/taylorhakes/python-redis-cache/commit/4432b14ffbaaee0aa7142b694c853d518671bb88)) | ||
|
||
|
||
## v4.0.0 (2024-06-17) | ||
|
||
### Breaking | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters