Skip to content

Commit 8fdf588

Browse files
author
github-actions
committed
3.0.1
Automatically generated by python-semantic-release
1 parent 8b03459 commit 8fdf588

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## v3.0.1 (2024-01-10)
6+
7+
### Fix
8+
9+
* fix(keys): update keys to be in same key space (#30) ([`8b03459`](https://github.com/taylorhakes/python-redis-cache/commit/8b03459a253bee5fd6cd1aadd14aa0d5f1e78198))
10+
11+
512
## v3.0.0 (2024-01-09)
613

714
### Breaking

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
77
long_description = f.read()
88

9-
__version__ = "3.0.0"
9+
__version__ = "3.0.1"
1010

1111
setup(
1212
name='python-redis-cache',

0 commit comments

Comments
 (0)