From 759f630dfab88875e96849c400ffc29bb3b5ac5c Mon Sep 17 00:00:00 2001 From: Philip Cristiano Date: Sun, 6 Oct 2024 23:52:11 -0400 Subject: [PATCH] chore: release --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8edd603..d9ccd5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.23](https://github.com/philipcristiano/rust_service_conventions/compare/v0.0.22...v0.0.23) - 2024-10-07 + +### Other + +- *(deps)* lock file maintenance +- *(deps)* lock file maintenance + ## [0.0.22](https://github.com/philipcristiano/rust_service_conventions/compare/v0.0.21...v0.0.22) - 2024-10-03 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index e0ad062..49456e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "service_conventions" -version = "0.0.22" +version = "0.0.23" edition = "2021" description = "Conventions for services" license = "Apache-2.0"