summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2021-10-02 13:33:52 +0200
committerGitHub <noreply@github.com>2021-10-02 11:33:52 +0000
commit7fae35020a4e177d7da142f23ffebf02dfa532e5 (patch)
tree0e693ab503ec397b31f99ca43ae5a957a00001d5
parent038c17a514a4616e5990837a55fee1382b6ee2c7 (diff)
Version 0.2.6 (#360)axum-v0.2.6
-rw-r--r--CHANGELOG.md8
-rw-r--r--Cargo.toml2
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d4df94e..43804059 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
+- None
+
+# 0.2.6 (02. October, 2021)
+
- Clarify that `handler::any` and `service::any` only accepts standard HTTP
methods ([#337])
-
+- Document how to customize error responses from extractors ([#359])
+
[#337]: https://github.com/tokio-rs/axum/pull/337
+[#359]: https://github.com/tokio-rs/axum/pull/359
# 0.2.5 (18. September, 2021)
diff --git a/Cargo.toml b/Cargo.toml
index 15d51868..43d2dfb3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "axum"
-version = "0.2.5"
+version = "0.2.6"
authors = ["David Pedersen <david.pdrsn@gmail.com>"]
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Web framework that focuses on ergonomics and modularity"