From 43ac589726b83d46bc9926c55a48a3977c0fa8d5 Mon Sep 17 00:00:00 2001 From: Philip Cristiano Date: Thu, 19 Sep 2024 19:39:08 -0400 Subject: [PATCH] chore: release --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33109ff..ef9b136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.21](https://github.com/philipcristiano/rust_service_conventions/compare/v0.0.20...v0.0.21) - 2024-09-19 + +### Fixed + +- *(deps)* update rust crate tower-http to 0.6.0 + +### Other + +- *(deps)* lock file maintenance +- *(deps)* lock file maintenance +- *(deps)* lock file maintenance +- *(deps)* lock file maintenance + ## [0.0.20](https://github.com/philipcristiano/rust_service_conventions/compare/v0.0.19...v0.0.20) - 2024-08-27 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 96b8b39..3cae38b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "service_conventions" -version = "0.0.20" +version = "0.0.21" edition = "2021" description = "Conventions for services" license = "Apache-2.0"