Skip to content

Commit ef8a9e8

Browse files
authored
Release axum and axum-extra (#2676)
1 parent c6fd852 commit ef8a9e8

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

axum-extra/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning].
77

88
# Unreleased
99

10+
- None.
11+
12+
# 0.9.3 (24. March, 2024)
13+
1014
- **added:** New `tracing` feature which enables logging rejections from
1115
built-in extractor with the `axum::rejection=trace` target ([#2596])
1216

17+
[#2596]: https://github.com/tokio-rs/axum/pull/2596
18+
1319
# 0.9.2 (13. January, 2024)
1420

1521
- **added:** Implement `TypedPath` for `WithRejection<TypedPath, _>`

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.9.2"
12+
version = "0.9.3"
1313

1414
[features]
1515
default = ["tracing"]

axum/CHANGELOG.md

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

88
# Unreleased
99

10+
- None.
11+
12+
# 0.7.5 (24. March, 2024)
13+
1014
- **fixed:** Fixed layers being cloned when calling `axum::serve` directly with
1115
a `Router` or `MethodRouter` ([#2586])
1216
- **fixed:** `h2` is no longer pulled as a dependency unless the `http2` feature

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.4"
3+
version = "0.7.5"
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)