Skip to content

Commit

Permalink
mark 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Mar 9, 2024
1 parent c2c9159 commit 4a1941d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Unreleased

# 0.5.0

**Breaking Changes**

- Allow providing optional metadata for messages #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.

# 0.4.0

- Update `tower-sessions` to 0.11.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axum-messages"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["Max Countryman <hello@maxcountryman.com>"]
categories = ["asynchronous", "network-programming", "web-programming"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To use the crate in your project, add the following to your `Cargo.toml` file:

```toml
[dependencies]
axum-messages = "0.4.0"
axum-messages = "0.5.0"
```

## 🤸 Usage
Expand Down

0 comments on commit 4a1941d

Please sign in to comment.