Skip to content

Commit

Permalink
chore: release (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 3, 2024
1 parent 70a1e5d commit cbbb811
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>" ]
Expand Down

0 comments on commit cbbb811

Please sign in to comment.