Skip to content

Commit

Permalink
mark 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Mar 20, 2024
1 parent 4a1941d commit 9c7b85d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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.6.0

- Update `tower-sessions` to 0.12.0

# 0.5.0

**Breaking Changes**
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axum-messages"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
authors = ["Max Countryman <hello@maxcountryman.com>"]
categories = ["asynchronous", "network-programming", "web-programming"]
Expand All @@ -19,15 +19,15 @@ parking_lot = "0.12.1"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1"
tower = "0.4"
tower-sessions-core = "0.11.0"
tower-sessions-core = "0.12.0"

[dev-dependencies]
axum = { version = "0.7.0", features = ["macros"] }
http-body-util = "0.1"
hyper = "1.0"
tokio = { version = "1.20", features = ["macros", "rt-multi-thread"] }
tower = "0.4"
tower-sessions = "0.11.0"
tower-sessions = "0.12.0"

[[example]]
name = "basic"
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.5.0"
axum-messages = "0.6.0"
```

## 🤸 Usage
Expand Down

0 comments on commit 9c7b85d

Please sign in to comment.