From cbbb811d613e65b90757b4d81396eb9041d549a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:35:13 +0200 Subject: [PATCH] chore: release (#45) 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 fc841bf..2c2f01f 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.2](https://github.com/hseeberger/evented/compare/evented-v0.2.1...evented-v0.2.2) - 2024-07-03 + +### Fixed +- add type_name filter for event log filters ([#38](https://github.com/hseeberger/evented/pull/38)) +- use more stable postgres testcontainers setup ([#43](https://github.com/hseeberger/evented/pull/43)) + +### Other +- *(deps)* bump serde_json from 1.0.119 to 1.0.120 ([#41](https://github.com/hseeberger/evented/pull/41)) + ## [0.2.1](https://github.com/hseeberger/evented/compare/evented-v0.2.0...evented-v0.2.1) - 2024-06-26 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index c75963e..e393eda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -791,7 +791,7 @@ dependencies = [ [[package]] name = "evented" -version = "0.2.1" +version = "0.2.2" dependencies = [ "assert_matches", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 59dcc86..319d873 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ uuid = { version = "1.9" } [package] name = "evented" -version = "0.2.1" +version = "0.2.2" edition = "2021" description = "Event Sourcing in Rust on top of PostgreSQL" authors = [ "Heiko Seeberger " ]