From 36da5fceab5b70e25a76bd4cc13ab6b49c6d9b02 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Tue, 22 Feb 2022 15:05:53 +0100 Subject: [PATCH] axum-extra: Version 0.1.4 --- axum-extra/CHANGELOG.md | 8 +++++++- axum-extra/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 04ab6fb5..c03a1c38 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased -- **fix:** Depend on the right versions of axum and axum-macros. +- None. + +# 0.1.4 (22. February, 2022) + +- **fix:** Depend on the right versions of axum and axum-macros ([#782]) + +[#782]: https://github.com/tokio-rs/axum/pull/782 # 0.1.3 (22. February, 2022) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 2c4820da..a783229e 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "axum-extra" readme = "README.md" repository = "https://github.com/tokio-rs/axum" -version = "0.1.3" +version = "0.1.4" [features] erased-json = ["serde_json", "serde"]