Skip to content

Commit 96465e8

Browse files
committed
Bump version to v0.5.3
1 parent e21e806 commit 96465e8

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
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.2"
4+
version = "0.5.3"
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.3]
6+
57
### Updated
68

79
- Update dependencies to support Redis 0.30

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.2"
4+
version = "0.5.3"
55
edition = "2021"
66
authors = ["Daniel Grant"]
77
readme = "README.md"

0 commit comments

Comments
 (0)