Skip to content

Commit

Permalink
chore: release v0.2.4 (#121)
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 Oct 15, 2024
1 parent c3b0f6f commit a09d20f
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.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
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.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 <[email protected]>" ]
Expand Down

0 comments on commit a09d20f

Please sign in to comment.