Skip to content

Commit 773bb5d

Browse files
committed
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".
1 parent e63cc49 commit 773bb5d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

axum/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- None.
1111

12+
# 0.7.1 (27. November, 2023)
13+
14+
- **fix**: Fix readme.
15+
1216
# 0.7.0 (27. November, 2023)
1317

1418
- **breaking:** Remove deprecated `WebSocketUpgrade::max_send_queue`

axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "axum"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
55
description = "Web framework that focuses on ergonomics and modularity"
66
edition = "2021"

0 commit comments

Comments
 (0)