Skip to content

Commit 6832000

Browse files
committed
Merge branch 'v0.8.x' into jplatte/extra-v0.12.1
2 parents c10934c + f9ce3e5 commit 6832000

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

axum-extra/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog],
66
and this project adheres to [Semantic Versioning].
77

8+
# 0.12.1
9+
10+
This release contains no changes in code, only a small `Cargo.toml` fix for
11+
`docs.rs`.
12+
13+
# 0.12.0
14+
815
- **breaking:** Remove unused `async-stream` feature, which was accidentally
916
introduced as an implicit feature through an optional dependency which was no
1017
longer being used ([#3298])

axum-extra/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "axum-extra"
1010
readme = "README.md"
1111
repository = "https://github.com/tokio-rs/axum"
12-
version = "0.10.3"
12+
version = "0.12.1"
1313

1414
[package.metadata.docs.rs]
1515
all-features = true

0 commit comments

Comments
 (0)