Version 0.2.6 (#360)

This commit is contained in:
David Pedersen 2021-10-02 13:33:52 +02:00 committed by GitHub
parent 038c17a514
commit 7fae35020a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased # Unreleased
- None
# 0.2.6 (02. October, 2021)
- Clarify that `handler::any` and `service::any` only accepts standard HTTP - Clarify that `handler::any` and `service::any` only accepts standard HTTP
methods ([#337]) methods ([#337])
- Document how to customize error responses from extractors ([#359])
[#337]: https://github.com/tokio-rs/axum/pull/337 [#337]: https://github.com/tokio-rs/axum/pull/337
[#359]: https://github.com/tokio-rs/axum/pull/359
# 0.2.5 (18. September, 2021) # 0.2.5 (18. September, 2021)

View file

@ -1,6 +1,6 @@
[package] [package]
name = "axum" name = "axum"
version = "0.2.5" version = "0.2.6"
authors = ["David Pedersen <david.pdrsn@gmail.com>"] authors = ["David Pedersen <david.pdrsn@gmail.com>"]
categories = ["asynchronous", "network-programming", "web-programming"] categories = ["asynchronous", "network-programming", "web-programming"]
description = "Web framework that focuses on ergonomics and modularity" description = "Web framework that focuses on ergonomics and modularity"