Skip to content

Commit 104f256

Browse files
committed
chore: Release
1 parent 16e2ad4 commit 104f256

3 files changed

Lines changed: 18 additions & 9 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.13.2] - 2025-11-04
2+
3+
### πŸ› Bug Fixes
4+
5+
- Update Redis dependency to version 0.32 and improve error handling in async item retrieval
16
## [0.13.1] - 2025-11-04
27

38
### πŸ› Bug Fixes
@@ -8,6 +13,10 @@
813
### 🚜 Refactor
914

1015
- Rename zrange to zrange_by_score for clarity and update return type
16+
17+
### βš™οΈ Miscellaneous Tasks
18+
19+
- Release
1120
## [0.13.0] - 2025-10-09
1221

1322
### πŸ’Ό Other

β€ŽCargo.lockβ€Ž

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.13.1"
6+
version = "0.13.2"
77
edition = "2021"
88
publish = false
99
authors = ["FastEdge Development Team"]

0 commit comments

Comments
Β (0)