Skip to content

Commit

Permalink
chore: release (#37)
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 Jun 26, 2024
1 parent fc3fc2c commit 0f55df2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1](https://github.com/hseeberger/evented/compare/evented-v0.2.0...evented-v0.2.1) - 2024-06-26

### Fixed
- record last version after recovery ([#32](https://github.com/hseeberger/evented/pull/32))

### Other
- make EventWithMetadata fields public ([#36](https://github.com/hseeberger/evented/pull/36))
- *(deps)* bump serde_json from 1.0.117 to 1.0.118 ([#35](https://github.com/hseeberger/evented/pull/35))
- *(deps)* bump uuid from 1.9.0 to 1.9.1 ([#34](https://github.com/hseeberger/evented/pull/34))
- *(deps)* bump uuid from 1.8.0 to 1.9.0 ([#33](https://github.com/hseeberger/evented/pull/33))
- *(deps)* bump api-version from `db05a23` to `f961401` ([#29](https://github.com/hseeberger/evented/pull/29))
- update deps ([#27](https://github.com/hseeberger/evented/pull/27))
- add rusty-accounts example ([#23](https://github.com/hseeberger/evented/pull/23))

## [0.0.2](https://github.com/hseeberger/evented/compare/v0.0.1...v0.0.2) - 2024-05-29

### Added
Expand Down
20 changes: 10 additions & 10 deletions 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 @@ -40,7 +40,7 @@ uuid = { version = "1.9" }

[package]
name = "evented"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Event Sourcing in Rust on top of PostgreSQL"
authors = [ "Heiko Seeberger <[email protected]>" ]
Expand Down

0 comments on commit 0f55df2

Please sign in to comment.