Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #221

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions eventsourced-nats/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.4](https://github.com/hseeberger/eventsourced/compare/eventsourced-nats-v0.14.3...eventsourced-nats-v0.14.4) - 2024-04-10

### Other
- updated the following local packages: eventsourced, eventsourced

## [0.14.3](https://github.com/hseeberger/eventsourced/compare/eventsourced-nats-v0.14.2...eventsourced-nats-v0.14.3) - 2024-03-27

### Other
Expand Down
6 changes: 3 additions & 3 deletions eventsourced-nats/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "eventsourced-nats"
description = "NATS implementation for EventSourced EvtLog and SnapshotStore."
version = "0.14.3"
version = "0.14.4"
readme = "README.md"
edition = { workspace = true }
authors = { workspace = true }
Expand All @@ -11,7 +11,7 @@ repository = { workspace = true }
documentation = "https://docs.rs/eventsourced-nats/latest/eventsourced-nats"

[dependencies]
eventsourced = { path = "../eventsourced", version = "0.24.0" }
eventsourced = { path = "../eventsourced", version = "0.25.0" }
async-nats = { workspace = true }
bytes = { workspace = true }
error-ext = { workspace = true }
Expand All @@ -23,7 +23,7 @@ tokio = { workspace = true }
tracing = { workspace = true }

[dev-dependencies]
eventsourced = { path = "../eventsourced", version = "0.24.0", features = [ "serde_json" ] }
eventsourced = { path = "../eventsourced", version = "0.25.0", features = [ "serde_json" ] }
testcontainers = { workspace = true }
testcontainers-modules = { workspace = true }
tokio = { workspace = true, features = [ "macros" ] }
Expand Down
5 changes: 5 additions & 0 deletions eventsourced-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.16](https://github.com/hseeberger/eventsourced/compare/eventsourced-postgres-v0.13.15...eventsourced-postgres-v0.13.16) - 2024-04-10

### Other
- updated the following local packages: eventsourced, eventsourced

## [0.13.15](https://github.com/hseeberger/eventsourced/compare/eventsourced-postgres-v0.13.14...eventsourced-postgres-v0.13.15) - 2024-03-27

### Other
Expand Down
6 changes: 3 additions & 3 deletions eventsourced-postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "eventsourced-postgres"
description = "Postgres implementation for EventSourced EvtLog and SnapshotStore."
version = "0.13.15"
version = "0.13.16"
readme = "README.md"
edition = { workspace = true }
authors = { workspace = true }
Expand All @@ -11,7 +11,7 @@ repository = { workspace = true }
documentation = "https://docs.rs/eventsourced-postgres/latest/eventsourced-postgres"

[dependencies]
eventsourced = { path = "../eventsourced", version = "0.24.0" }
eventsourced = { path = "../eventsourced", version = "0.25.0" }
async-stream = { workspace = true }
bb8-postgres = { workspace = true }
bytes = { workspace = true }
Expand All @@ -25,7 +25,7 @@ tracing = { workspace = true }

[dev-dependencies]
error-ext = { workspace = true }
eventsourced = { path = "../eventsourced", version = "0.24.0", features = [ "serde_json" ] }
eventsourced = { path = "../eventsourced", version = "0.25.0", features = [ "serde_json" ] }
testcontainers = { workspace = true }
testcontainers-modules = { workspace = true, features = [ "postgres" ] }
tokio = { workspace = true, features = [ "macros" ] }
Expand Down
5 changes: 5 additions & 0 deletions eventsourced-projection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.2](https://github.com/hseeberger/eventsourced/compare/eventsourced-projection-v0.5.1...eventsourced-projection-v0.5.2) - 2024-04-10

### Other
- updated the following local packages: eventsourced

## [0.5.1](https://github.com/hseeberger/eventsourced/compare/eventsourced-projection-v0.5.0...eventsourced-projection-v0.5.1) - 2024-03-27

### Other
Expand Down
4 changes: 2 additions & 2 deletions eventsourced-projection/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "eventsourced-projection"
description = "Projections for EventSourced."
version = "0.5.1"
version = "0.5.2"
readme = "README.md"
edition = { workspace = true }
authors = { workspace = true }
Expand All @@ -11,7 +11,7 @@ repository = { workspace = true }
documentation = "https://docs.rs/eventsourced-nats/latest/eventsourced-projection"

[dependencies]
eventsourced = { path = "../eventsourced", version = "0.24.0", features = [ "serde_json" ] }
eventsourced = { path = "../eventsourced", version = "0.25.0", features = [ "serde_json" ] }
bytes = { workspace = true }
error-ext = { workspace = true }
futures = { workspace = true }
Expand Down
9 changes: 9 additions & 0 deletions eventsourced/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.25.0](https://github.com/hseeberger/eventsourced/compare/eventsourced-v0.24.0...eventsourced-v0.25.0) - 2024-04-10

### Added
- create replies directly out of handle_cmd using closure ([#219](https://github.com/hseeberger/eventsourced/pull/219))

### Other
- adapt to latest API changes ([#215](https://github.com/hseeberger/eventsourced/pull/215))
- use new naming convention for modules ([#213](https://github.com/hseeberger/eventsourced/pull/213))

## [0.24.0](https://github.com/hseeberger/eventsourced/compare/eventsourced-v0.23.0...eventsourced-v0.24.0) - 2024-03-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion eventsourced/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "eventsourced"
description = "Event sourced entities in Rust."
version = "0.24.0"
version = "0.25.0"
readme = "README.md"
edition = { workspace = true }
authors = { workspace = true }
Expand Down