From 9cae0a22b742cf3cc1051215c1e29d349e6812d0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 27 Aug 2024 02:33:23 +0000 Subject: [PATCH] 4.0.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a10876b..d137633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 <taylorhakes@users.noreply.github.com> ([`4432b14`](https://github.com/taylorhakes/python-redis-cache/commit/4432b14ffbaaee0aa7142b694c853d518671bb88)) + + ## v4.0.0 (2024-06-17) ### Breaking diff --git a/setup.py b/setup.py index 25ce46c..282b834 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: long_description = f.read() -__version__ = "4.0.0" +__version__ = "4.0.1" setup( name='python-redis-cache',