Skip to content

Commit

Permalink
mark v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Jan 19, 2024
1 parent 5cd4637 commit 85b66e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

# 0.2.2

- Implement `Display` for `Level`

# 0.2.1

- Save only when messages have been modified
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.2.1"
version = "0.2.2"
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.2.1"
axum-messages = "0.2.2"
```

## 🤸 Usage
Expand Down

0 comments on commit 85b66e9

Please sign in to comment.