Skip to content

Commit 8885864

Browse files
committed
Bump version to v0.5.5
1 parent f32e71d commit 8885864

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -1,7 +1,7 @@
11
[package]
22
name = "redis-macros"
33
description = "Simple macros and wrappers to redis-rs to automatically serialize and deserialize structs with serde."
4-
version = "0.5.4"
4+
version = "0.5.5"
55
edition = "2021"
66
authors = ["Daniel Grant"]
77
readme = "README.md"

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.5.5]
6+
57
- Update dependencies to support Redis 0.32
68
- Update deadpool-redis to 0.21
79

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To install it, simply add the package `redis-macros`. This package is a helper f
88

99
```toml
1010
[dependencies]
11-
redis-macros = "0.5.1"
11+
redis-macros = "0.5"
1212
redis = { version = "0.29" }
1313
serde = { version = "1.0", features = ["derive"] }
1414
serde_json = { version = "1.0" }

redis-macros-derive/Cargo.lock

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

redis-macros-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "redis-macros-derive"
33
description = "Derive macros for the redis-macros package"
4-
version = "0.5.4"
4+
version = "0.5.5"
55
edition = "2021"
66
authors = ["Daniel Grant"]
77
readme = "README.md"

0 commit comments

Comments
 (0)