Skip to content

Commit

Permalink
doc:update
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jun 28, 2024
1 parent b32ce43 commit b427ba8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ jobs:
matrix:
redis-image: [ "redis:6.2.14", "redis:7.0.15", "redis:7.2.4" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
redis-py: [ "4.3.6", "4.6.0", "5.0.6", "5.1.0b6" ]
redis-py: [ "4.3.6", "4.6.0", "5.0.7", "5.1.0b6" ]
include:
- python-version: "3.11"
redis-image: "redis/redis-stack:6.2.6-v13"
redis-py: "5.0.6"
redis-py: "5.0.7"
extra: true # json, bf, lupa, cf
hypothesis: true
- python-version: "3.11"
redis-image: "redis/redis-stack-server:7.2.0-v9"
redis-py: "5.0.6"
redis-py: "5.0.7"
extra: true # json, bf, lupa, cf
coverage: true
hypothesis: true
Expand Down
5 changes: 5 additions & 0 deletions docs/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ description: Change log of all fakeredis releases

- Documented how to use fakeredis with FastAPI. @ sjjessop #292

## v2.23.3

### 🐛 Bug Fixes

- Fix ttl for empty stream #313

## v2.23.2

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "fakeredis"
packages = [
{ include = "fakeredis" },
]
version = "2.23.2"
version = "2.23.3"
description = "Python implementation of redis API, can be used for testing purposes."
readme = "README.md"
keywords = ["redis", "RedisJson", "tests", "redis-stack"]
Expand Down

0 comments on commit b427ba8

Please sign in to comment.