Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 9, 2024
1 parent aa554ee commit d7ce4f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## v3.0.0 (2024-01-09)

### Breaking

* feat(keys): keep keys sorted and fix key format (#28)

BREAKING CHANGE: key format fix ([`aa554ee`](https://github.com/taylorhakes/python-redis-cache/commit/aa554ee10cbb8660844d841cc912947136cd3623))


## v2.2.5 (2023-09-17)

### Fix
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__ = "2.2.5"
__version__ = "3.0.0"

setup(
name='python-redis-cache',
Expand Down

0 comments on commit d7ce4f7

Please sign in to comment.