Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 27, 2024
1 parent 4432b14 commit 9cae0a2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9cae0a2

Please sign in to comment.