Skip to content

Commit 36da5fc

Browse files
committed
axum-extra: Version 0.1.4
1 parent ed87782 commit 36da5fc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

axum-extra/CHANGELOG.md

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

88
# Unreleased
99

10-
- **fix:** Depend on the right versions of axum and axum-macros.
10+
- None.
11+
12+
# 0.1.4 (22. February, 2022)
13+
14+
- **fix:** Depend on the right versions of axum and axum-macros ([#782])
15+
16+
[#782]: https://github.com/tokio-rs/axum/pull/782
1117

1218
# 0.1.3 (22. February, 2022)
1319

axum-extra/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "axum-extra"
99
readme = "README.md"
1010
repository = "https://github.com/tokio-rs/axum"
11-
version = "0.1.3"
11+
version = "0.1.4"
1212

1313
[features]
1414
erased-json = ["serde_json", "serde"]

0 commit comments

Comments
 (0)