axum/axum-extra/CHANGELOG.md
David Pedersen 9f5f29dfba
axum-extra: Version 0.1.1 (#658)
- Add `middleware::from_fn` for creating middleware from async functions ([#656])

[#656]: https://github.com/tokio-rs/axum/pull/656
2021-12-27 15:23:02 +01:00

489 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

  • None.

0.1.1 (27. December, 2021)

  • Add middleware::from_fn for creating middleware from async functions (#656)

0.1.0 (02. December, 2021)

  • Initial release.