Skip to content

Commit

Permalink
chore: release version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Jan 26, 2025
1 parent ae23b48 commit 9d5f183
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog


* 0.2.0 Added support for select database in Redis backend and fix type hints errors.

* 0.1.0 Added TTL support for InMemoryCacheBackend. Added `expire()` method that update ttl value for key.

* 0.0.6 Added typings for backends. Specific arguments now need to be passed through **kwargs.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fastapi-cache-plus"
version = "0.1.2"
version = "0.2.0"
description = "FastAPI simple cache"
readme = "readme.md"
authors = [
Expand All @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Framework :: FastAPI"
"Framework :: FastAPI",
]
dependencies = ["aioredis==1.3.1"]

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d5f183

Please sign in to comment.