From 773bb5db6949b315818bdaa5828c5d5d0ee24823 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Mon, 27 Nov 2023 09:36:47 +0100 Subject: [PATCH] axum 0.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". --- axum/CHANGELOG.md | 4 ++++ axum/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"