Skip to content

Commit ade8b11

Browse files
committed
mark 0.4.0
1 parent 375dbbc commit ade8b11

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 0.4.0
4+
5+
- Update `tower-sessions` to 0.11.0
6+
37
# 0.3.0
48

59
- Update `tower-sessions` to 0.10.0

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "axum-messages"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["Max Countryman <[email protected]>"]
66
categories = ["asynchronous", "network-programming", "web-programming"]
@@ -18,15 +18,15 @@ http = "1.0.0"
1818
parking_lot = "0.12.1"
1919
serde = { version = "1.0.195", features = ["derive"] }
2020
tower = "0.4"
21-
tower-sessions-core = "0.10.0"
21+
tower-sessions-core = "0.11.0"
2222

2323
[dev-dependencies]
2424
axum = { version = "0.7.0", features = ["macros"] }
2525
http-body-util = "0.1"
2626
hyper = "1.0"
2727
tokio = { version = "1.20", features = ["macros", "rt-multi-thread"] }
2828
tower = "0.4"
29-
tower-sessions = "0.10.0"
29+
tower-sessions = "0.11.0"
3030

3131
[[example]]
3232
name = "basic"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To use the crate in your project, add the following to your `Cargo.toml` file:
3434

3535
```toml
3636
[dependencies]
37-
axum-messages = "0.3.0"
37+
axum-messages = "0.4.0"
3838
```
3939

4040
## 🤸 Usage

0 commit comments

Comments
 (0)