Skip to content

Commit

Permalink
Update the version to 0.1.33
Browse files Browse the repository at this point in the history
Signed-off-by: SimFG <[email protected]>
  • Loading branch information
SimFG committed Jun 27, 2023
1 parent 38c946b commit 66a3a1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/release_note.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ To read the following content, you need to understand the basic use of GPTCache,
- [Readme doc](https://github.com/zilliztech/GPTCache)
- [Usage doc](https://github.com/zilliztech/GPTCache/blob/main/docs/usage.md)

## v0.1.33 (2023.6.27)

1. Fix the eviction error
2. Add a flag for search only operation
3. Support to change the redis namespace
4. Add `How to better configure your cache` document

## v0.1.32 (2023.6.15)

1. Support the redis as vector store
Expand Down
2 changes: 1 addition & 1 deletion gptcache/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""gptcache version"""
__version__ = "0.1.32"
__version__ = "0.1.33"

from gptcache.config import Config
from gptcache.core import Cache
Expand Down

0 comments on commit 66a3a1b

Please sign in to comment.