mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-13 19:27:53 +01:00
Version 0.2.5 (#336)
- Add accessors for `TypedHeaderRejection` fields ([#317]) - Improve docs for extractors ([#327]) [#317]: https://github.com/tokio-rs/axum/pull/317 [#327]: https://github.com/tokio-rs/axum/pull/327
This commit is contained in:
parent
593e3e319a
commit
bb5bcab116
2 changed files with 8 additions and 2 deletions
|
@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
# Unreleased
|
||||
|
||||
- Add accessors to TypedHeaderRejection fields ([#317])
|
||||
- None.
|
||||
|
||||
# 0.2.5 (18. September, 2021)
|
||||
|
||||
- Add accessors for `TypedHeaderRejection` fields ([#317])
|
||||
- Improve docs for extractors ([#327])
|
||||
|
||||
[#317]: https://github.com/tokio-rs/axum/pull/317
|
||||
[#327]: https://github.com/tokio-rs/axum/pull/327
|
||||
|
||||
# 0.2.4 (10. September, 2021)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "axum"
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
authors = ["David Pedersen <david.pdrsn@gmail.com>"]
|
||||
categories = ["asynchronous", "network-programming", "web-programming"]
|
||||
description = "Web framework that focuses on ergonomics and modularity"
|
||||
|
|
Loading…
Add table
Reference in a new issue