Skip to content

Commit 66a3a1b

Browse files
committed
Update the version to 0.1.33
Signed-off-by: SimFG <bang.fu@zilliz.com>
1 parent 38c946b commit 66a3a1b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/release_note.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ To read the following content, you need to understand the basic use of GPTCache,
55
- [Readme doc](https://github.com/zilliztech/GPTCache)
66
- [Usage doc](https://github.com/zilliztech/GPTCache/blob/main/docs/usage.md)
77

8+
## v0.1.33 (2023.6.27)
9+
10+
1. Fix the eviction error
11+
2. Add a flag for search only operation
12+
3. Support to change the redis namespace
13+
4. Add `How to better configure your cache` document
14+
815
## v0.1.32 (2023.6.15)
916

1017
1. Support the redis as vector store

gptcache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""gptcache version"""
2-
__version__ = "0.1.32"
2+
__version__ = "0.1.33"
33

44
from gptcache.config import Config
55
from gptcache.core import Cache

0 commit comments

Comments
 (0)