summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2022-11-09 13:49:47 +0100
committerGitHub <noreply@github.com>2022-11-09 13:49:47 +0100
commit74bbe80f8ae17f712f0870623804d86b06cbbd6f (patch)
tree7d1e13c6a2802b345c7eaf0231c6740d5d7123d0
parent028cac4a7266b87e078fff7f5825b79cab250cff (diff)
axum 0.6.0-rc.4 (#1518)axum-v0.6.0-rc.4
-rw-r--r--axum/CHANGELOG.md10
-rw-r--r--axum/Cargo.toml2
2 files changed, 7 insertions, 5 deletions
diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md
index 9a3eca14..17646e26 100644
--- a/axum/CHANGELOG.md
+++ b/axum/CHANGELOG.md
@@ -7,11 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
-- **fixed:** Fix compile error in release mode ([#1517])
+- None.
-[#1517]: https://github.com/tokio-rs/axum/pull/1517
-
-# 0.6.0-rc.3 (8. November, 2022)
+# 0.6.0-rc.4 (9. November, 2022)
- **changed**: The inner error of a `JsonRejection` is now
`serde_path_to_error::Error<serde_json::Error>`. Previously it was
@@ -74,6 +72,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#1487]: https://github.com/tokio-rs/axum/pull/1487
[#1496]: https://github.com/tokio-rs/axum/pull/1496
+# 0.6.0-rc.3 (8. November, 2022)
+
+Yanked, as it didn't compile in release mode.
+
# 0.6.0-rc.2 (10. September, 2022)
## Security
diff --git a/axum/Cargo.toml b/axum/Cargo.toml
index 3e8a92fe..641d7742 100644
--- a/axum/Cargo.toml
+++ b/axum/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "axum"
-version = "0.6.0-rc.3"
+version = "0.6.0-rc.4"
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
description = "Web framework that focuses on ergonomics and modularity"
edition = "2021"