From c5ffbd9a9ac736ce4bdbb90595eb2b0603acb17c Mon Sep 17 00:00:00 2001 From: Max Countryman Date: Mon, 15 Apr 2024 09:48:12 -0700 Subject: [PATCH] mark 0.6.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f2725..68791d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Unreleased +# 0.6.1 + +- Update docs re web fundamentals +- Provide tracing for error cases +- Additional utility methods + # 0.6.0 - Update `tower-sessions` to 0.12.0 diff --git a/Cargo.toml b/Cargo.toml index 38cec8f..ecfeba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-messages" -version = "0.6.0" +version = "0.6.1" edition = "2021" authors = ["Max Countryman "] categories = ["asynchronous", "network-programming", "web-programming"] diff --git a/README.md b/README.md index 0a1f27b..a3b1afe 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To use the crate in your project, add the following to your `Cargo.toml` file: ```toml [dependencies] -axum-messages = "0.6.0" +axum-messages = "0.6.1" ``` ## 🤸 Usage