Skip to content

Commit 989a32c

Browse files
chore: release v0.9.5 (#55)
1 parent 3e8573c commit 989a32c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.5](https://github.com/redis-developer/redis-cloud-rs/compare/v0.9.4...v0.9.5) - 2026-02-06
11+
12+
### Fixed
13+
14+
- handle empty object response from /tasks endpoint ([#56](https://github.com/redis-developer/redis-cloud-rs/pull/56))
15+
- sync Python package version with Rust crate ([#54](https://github.com/redis-developer/redis-cloud-rs/pull/54))
16+
1017
## [0.9.4](https://github.com/redis-developer/redis-cloud-rs/compare/v0.9.3...v0.9.4) - 2026-02-05
1118

1219
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "redis-cloud"
3-
version = "0.9.4"
3+
version = "0.9.5"
44
edition = "2024"
55
rust-version = "1.89"
66
authors = ["Josh Rotenberg <josh.rotenberg@redis.com>"]

0 commit comments

Comments
 (0)