From ccd7bd91a6d87fc53d1b747c998210ac051977bc Mon Sep 17 00:00:00 2001 From: Grachev Mikhail Date: Thu, 24 Feb 2022 11:27:50 +0300 Subject: [PATCH] axum-extra: fix typo in CHANGELOG.md (#787) Signed-off-by: Mikhail Grachev --- axum-extra/CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index aaa628e6..00764fd4 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -2,8 +2,8 @@ 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/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog], +and this project adheres to [Semantic Versioning]. # 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 [#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]) @@ -32,3 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # 0.1.0 (02. December, 2021) - Initial release. + +[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ +[Semantic Versioning]: https://semver.org/spec/v2.0.0.html