Skip to content

Commit 4287411

Browse files
author
github-actions
committed
3.2.0
Automatically generated by python-semantic-release
1 parent 1d27b9a commit 4287411

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.2.0 (2024-05-02)
6+
7+
### Feature
8+
9+
* feat(active-flag): added the ability to disable the cache ([`1d27b9a`](https://github.com/taylorhakes/python-redis-cache/commit/1d27b9a9b1c51664b48986e63057cebe63000e39))
10+
11+
512
## v3.1.0 (2024-03-21)
613

714
### Feature

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.1.0"
9+
__version__ = "3.2.0"
1010

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

0 commit comments

Comments
 (0)