chore: release v0.5.0 #257

Merged
jwilger merged 1 commit from release-plz-2025-12-29T23-54-09Z into main 2025-12-31 10:14:36 -08:00
jwilger commented 2025-12-29 15:54:12 -08:00 (Migrated from github.com)

🤖 New release

  • eventcore-macros: 0.4.0 -> 0.5.0
  • eventcore-types: 0.4.0 -> 0.5.0 (✓ API compatible changes)
  • eventcore-postgres: 0.4.0 -> 0.5.0 (✓ API compatible changes)
  • eventcore: 0.4.0 -> 0.5.0 (⚠ API breaking changes)
  • eventcore-memory: 0.4.0 -> 0.5.0 (✓ API compatible changes)
  • eventcore-testing: 0.4.0 -> 0.5.0 (✓ API compatible changes)

eventcore breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/enum_variant_added.ron

Failed in:
  variant ProjectionError:LeadershipError in /tmp/.tmpKfk26o/eventcore/eventcore/src/projection.rs:532
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.0 - 2025-12-31

Features

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

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.0 - 2025-12-31

Documentation

  • align issues and ADRs with ARCHITECTURE.md guidance (#256)

Features

  • implement run_projection free function (ADR-029) (#263)

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.0 - 2025-12-31

Features

  • add ProjectorCoordinator trait and PostgreSQL advisory lock implementation (#259)


This PR was generated with release-plz.

## 🤖 New release * `eventcore-macros`: 0.4.0 -> 0.5.0 * `eventcore-types`: 0.4.0 -> 0.5.0 (✓ API compatible changes) * `eventcore-postgres`: 0.4.0 -> 0.5.0 (✓ API compatible changes) * `eventcore`: 0.4.0 -> 0.5.0 (⚠ API breaking changes) * `eventcore-memory`: 0.4.0 -> 0.5.0 (✓ API compatible changes) * `eventcore-testing`: 0.4.0 -> 0.5.0 (✓ API compatible changes) ### ⚠ `eventcore` breaking changes ```text --- failure enum_variant_added: enum variant added on exhaustive enum --- Description: A publicly-visible enum without #[non_exhaustive] has a new variant. ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/enum_variant_added.ron Failed in: variant ProjectionError:LeadershipError in /tmp/.tmpKfk26o/eventcore/eventcore/src/projection.rs:532 ``` <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.0](https://github.com/jwilger/eventcore/compare/eventcore-types-v0.4.0...eventcore-types-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-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.0](https://github.com/jwilger/eventcore/compare/eventcore-v0.4.0...eventcore-v0.5.0) - 2025-12-31 ### Documentation - align issues and ADRs with ARCHITECTURE.md guidance ([#256](https://github.com/jwilger/eventcore/pull/256)) ### Features - implement run_projection free function (ADR-029) ([#263](https://github.com/jwilger/eventcore/pull/263)) </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.0](https://github.com/jwilger/eventcore/compare/eventcore-testing-v0.4.0...eventcore-testing-v0.5.0) - 2025-12-31 ### Features - add ProjectorCoordinator trait and PostgreSQL advisory lock implementation ([#259](https://github.com/jwilger/eventcore/pull/259)) </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.