From a09d20f1229c800ede4b0c225ba5e5f95ac91a6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:53:36 +0300 Subject: [PATCH] chore: release v0.2.4 (#121) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1052920..39913ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.4](https://github.com/hseeberger/evented/compare/evented-v0.2.3...evented-v0.2.4) - 2024-10-15 + +### Other + +- update secrecy to 0.10 ([#119](https://github.com/hseeberger/evented/pull/119)) +- *(deps)* bump tower from 0.4.13 to 0.5.1 ([#118](https://github.com/hseeberger/evented/pull/118)) +- *(deps)* bump serde_with from 3.10.0 to 3.11.0 ([#115](https://github.com/hseeberger/evented/pull/115)) +- *(deps)* bump serde_with from 3.9.0 to 3.10.0 ([#110](https://github.com/hseeberger/evented/pull/110)) + ## [0.2.3](https://github.com/hseeberger/evented/compare/evented-v0.2.2...evented-v0.2.3) - 2024-08-20 ### Other diff --git a/Cargo.lock b/Cargo.lock index 0416a2a..8478b39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -715,7 +715,7 @@ dependencies = [ [[package]] name = "evented" -version = "0.2.3" +version = "0.2.4" dependencies = [ "assert_matches", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index a3ce65b..c77af26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ uuid = { version = "1.10" } [package] name = "evented" -version = "0.2.3" +version = "0.2.4" edition = "2021" description = "Event Sourcing in Rust on top of PostgreSQL" authors = [ "Heiko Seeberger " ]