summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2023-11-27 09:36:47 +0100
committerDavid Pedersen <david.pdrsn@gmail.com>2023-11-27 10:56:49 +0100
commit773bb5db6949b315818bdaa5828c5d5d0ee24823 (patch)
tree325c131b3061e1d63871112162949dd706942613
parente63cc49f5545f0323122898c12981a7815da995b (diff)
axum 0.7.1axum-v0.7.1
Forgot that the readme is shown on crates.io and don't want the paragraph about "The main branch has unpublished, breaking changes".
-rw-r--r--axum/CHANGELOG.md4
-rw-r--r--axum/Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md
index 9343737d..d74ee983 100644
--- a/axum/CHANGELOG.md
+++ b/axum/CHANGELOG.md
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- None.
+# 0.7.1 (27. November, 2023)
+
+- **fix**: Fix readme.
+
# 0.7.0 (27. November, 2023)
- **breaking:** Remove deprecated `WebSocketUpgrade::max_send_queue`
diff --git a/axum/Cargo.toml b/axum/Cargo.toml
index 9701517b..f05f5370 100644
--- a/axum/Cargo.toml
+++ b/axum/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "axum"
-version = "0.7.0"
+version = "0.7.1"
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
description = "Web framework that focuses on ergonomics and modularity"
edition = "2021"