chore: release v0.5.1 #284

Merged
jwilger merged 1 commit from release-plz-2026-01-02T04-28-51Z into main 2026-02-21 22:17:22 -08:00
jwilger commented 2026-01-01 20:28:54 -08:00 (Migrated from github.com)

🤖 New release

  • eventcore-macros: 0.5.0 -> 0.5.1
  • eventcore-types: 0.5.0 -> 0.5.1 (✓ API compatible changes)
  • eventcore-postgres: 0.5.0 -> 0.5.1
  • eventcore: 0.5.0 -> 0.5.1 (✓ API compatible changes)
  • eventcore-memory: 0.5.0 -> 0.5.1
  • eventcore-testing: 0.5.0 -> 0.5.1 (✓ API compatible changes)
  • eventcore-examples: 0.5.0 -> 0.5.1
Changelog

eventcore-macros

0.3.0 - 2025-12-27

Refactoring

  • (release) switch to workspace version inheritance for full lockstep versioning (#221)

eventcore-types

0.5.1 - 2026-02-22

Bug Fixes

  • add Sync bound to StreamResolver trait object so execute() future is Send (#304)

eventcore-postgres

0.5.0 - 2025-12-31

Features

  • add ProjectorCoordinator trait and PostgreSQL advisory lock implementation (#259)
  • implement run_projection free function (ADR-029) (#263)

eventcore

0.5.1 - 2026-02-22

Bug Fixes

  • add Sync bound to StreamResolver trait object so execute() future is Send (#304)

eventcore-memory

0.5.0 - 2025-12-31

Features

  • add ProjectorCoordinator trait and PostgreSQL advisory lock implementation (#259)
  • implement run_projection free function (ADR-029) (#263)

eventcore-testing

0.5.1 - 2026-02-22

Features

  • migrate integration tests to eventcore-examples and add deterministic store (#295)

eventcore-examples

0.5.1 - 2026-02-22

Features

  • add eventcore-examples crate (#285)
  • migrate integration tests to eventcore-examples and add deterministic store (#295)

Miscellaneous Tasks

  • release v0.1.3 (#59)

Deps

  • (deps) bump the minor-and-patch group with 14 updates


This PR was generated with release-plz.

## 🤖 New release * `eventcore-macros`: 0.5.0 -> 0.5.1 * `eventcore-types`: 0.5.0 -> 0.5.1 (✓ API compatible changes) * `eventcore-postgres`: 0.5.0 -> 0.5.1 * `eventcore`: 0.5.0 -> 0.5.1 (✓ API compatible changes) * `eventcore-memory`: 0.5.0 -> 0.5.1 * `eventcore-testing`: 0.5.0 -> 0.5.1 (✓ API compatible changes) * `eventcore-examples`: 0.5.0 -> 0.5.1 <details><summary><i><b>Changelog</b></i></summary><p> ## `eventcore-macros` <blockquote> ## [0.3.0](https://github.com/jwilger/eventcore/compare/eventcore-macros-v0.2.0...eventcore-macros-v0.3.0) - 2025-12-27 ### Refactoring - *(release)* switch to workspace version inheritance for full lockstep versioning ([#221](https://github.com/jwilger/eventcore/pull/221)) </blockquote> ## `eventcore-types` <blockquote> ## [0.5.1](https://github.com/jwilger/eventcore/compare/eventcore-types-v0.5.0...eventcore-types-v0.5.1) - 2026-02-22 ### Bug Fixes - add Sync bound to StreamResolver trait object so execute() future is Send ([#304](https://github.com/jwilger/eventcore/pull/304)) </blockquote> ## `eventcore-postgres` <blockquote> ## [0.5.0](https://github.com/jwilger/eventcore/compare/eventcore-postgres-v0.4.0...eventcore-postgres-v0.5.0) - 2025-12-31 ### Features - add ProjectorCoordinator trait and PostgreSQL advisory lock implementation ([#259](https://github.com/jwilger/eventcore/pull/259)) - implement run_projection free function (ADR-029) ([#263](https://github.com/jwilger/eventcore/pull/263)) </blockquote> ## `eventcore` <blockquote> ## [0.5.1](https://github.com/jwilger/eventcore/compare/eventcore-v0.5.0...eventcore-v0.5.1) - 2026-02-22 ### Bug Fixes - add Sync bound to StreamResolver trait object so execute() future is Send ([#304](https://github.com/jwilger/eventcore/pull/304)) </blockquote> ## `eventcore-memory` <blockquote> ## [0.5.0](https://github.com/jwilger/eventcore/compare/eventcore-memory-v0.4.0...eventcore-memory-v0.5.0) - 2025-12-31 ### Features - add ProjectorCoordinator trait and PostgreSQL advisory lock implementation ([#259](https://github.com/jwilger/eventcore/pull/259)) - implement run_projection free function (ADR-029) ([#263](https://github.com/jwilger/eventcore/pull/263)) </blockquote> ## `eventcore-testing` <blockquote> ## [0.5.1](https://github.com/jwilger/eventcore/compare/eventcore-testing-v0.5.0...eventcore-testing-v0.5.1) - 2026-02-22 ### Features - migrate integration tests to eventcore-examples and add deterministic store ([#295](https://github.com/jwilger/eventcore/pull/295)) </blockquote> ## `eventcore-examples` <blockquote> ## [0.5.1](https://github.com/jwilger/eventcore/compare/eventcore-examples-v0.5.0...eventcore-examples-v0.5.1) - 2026-02-22 ### Features - add eventcore-examples crate ([#285](https://github.com/jwilger/eventcore/pull/285)) - migrate integration tests to eventcore-examples and add deterministic store ([#295](https://github.com/jwilger/eventcore/pull/295)) ### Miscellaneous Tasks - release v0.1.3 ([#59](https://github.com/jwilger/eventcore/pull/59)) ### Deps - *(deps)* bump the minor-and-patch group with 14 updates </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
Sign in to join this conversation.
No description provided.