Skip to content

Commit 1caba32

Browse files
committed
Bump version to 0.4.1
1 parent 320e6a3 commit 1caba32

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

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

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.1] - 2024-09-13
4+
5+
### Updated
6+
7+
- Update redis to 0.27
8+
- Update deadpool-redis to 0.17
9+
310
## [0.4.0] - 2024-07-29
411

512
### Updated

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

0 commit comments

Comments
 (0)