Skip to content

Commit 4a1941d

Browse files
committed
mark 0.5.0
1 parent c2c9159 commit 4a1941d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
# 0.5.0
4+
5+
**Breaking Changes**
6+
7+
- Allow providing optional metadata for messages #8, #9
8+
9+
This change updates the `push` method to include an optional metadata argument; other methods are unchanged. A new set of `*_with_medata` postfixed methods is also provided.
10+
311
# 0.4.0
412

513
- Update `tower-sessions` to 0.11.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "axum-messages"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
authors = ["Max Countryman <[email protected]>"]
66
categories = ["asynchronous", "network-programming", "web-programming"]

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.4.0"
37+
axum-messages = "0.5.0"
3838
```
3939

4040
## 🤸 Usage

0 commit comments

Comments
 (0)