mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-02 15:24:54 +00:00
axum-extra: fix typo in CHANGELOG.md (#787)
Signed-off-by: Mikhail Grachev <work@mgrachev.com>
This commit is contained in:
parent
113a15a713
commit
ccd7bd91a6
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog],
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning].
|
||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
[#719]: https://github.com/tokio-rs/axum/pull/719
|
[#719]: https://github.com/tokio-rs/axum/pull/719
|
||||||
[#756]: https://github.com/tokio-rs/axum/pull/756
|
[#756]: https://github.com/tokio-rs/axum/pull/756
|
||||||
|
|
||||||
# 0.1.2 (13. January, 2021)
|
# 0.1.2 (13. January, 2022)
|
||||||
|
|
||||||
- **fix:** Depend on tower with `default_features = false` ([#666])
|
- **fix:** Depend on tower with `default_features = false` ([#666])
|
||||||
|
|
||||||
@ -32,3 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
# 0.1.0 (02. December, 2021)
|
# 0.1.0 (02. December, 2021)
|
||||||
|
|
||||||
- Initial release.
|
- Initial release.
|
||||||
|
|
||||||
|
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
|
||||||
|
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user