Skip to content

Commit 7a9ca68

Browse files
committed
Bump version to v0.5.2
1 parent ec951a7 commit 7a9ca68

File tree

5 files changed

+16
-97
lines changed

5 files changed

+16
-97
lines changed

Cargo.lock

Lines changed: 4 additions & 24 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.1"
4+
version = "0.5.2"
55
edition = "2021"
66
authors = ["Daniel Grant"]
77
readme = "README.md"

Changelog.md

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

33
## [Unreleased]
44

5+
## [0.5.2]
6+
7+
### Updated
8+
9+
- Update deadpool-redis and move to dev dependencies (by @negezor)
10+
511
## [0.5.1]
612

713
### Updated

redis-macros-derive/Cargo.lock

Lines changed: 4 additions & 71 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.1"
4+
version = "0.5.2"
55
edition = "2021"
66
authors = ["Daniel Grant"]
77
readme = "README.md"

0 commit comments

Comments
 (0)