WIP: chore: release #214

Closed
jwilger wants to merge 1 commit from release-plz-2025-12-26T23-37-04Z into main
jwilger commented 2025-12-26 15:37:06 -08:00 (Migrated from github.com)

🤖 New release

  • eventcore-types: 0.2.0 -> 0.2.1 (✓ API compatible changes)
  • eventcore-postgres: 0.2.0 -> 0.2.1 (✓ API compatible changes)
  • eventcore: 0.2.0 -> 0.3.0 (⚠ API breaking changes)
  • eventcore-testing: 0.2.0 -> 0.2.1 (✓ API compatible changes)
  • eventcore-memory: 0.2.0 -> 0.2.1

eventcore breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/inherent_method_missing.ron

Failed in:
  ProjectionRunner::with_max_retries, previously in file /tmp/.tmpW2vwBi/eventcore/src/projection.rs:306
  ProjectionRunner::with_base_delay_ms, previously in file /tmp/.tmpW2vwBi/eventcore/src/projection.rs:324
Changelog

eventcore-types

0.2.1 - 2025-12-27

Refactoring

  • eliminate primitive obsession across configuration structs (#216)

eventcore-postgres

0.2.1 - 2025-12-27

Refactoring

  • eliminate primitive obsession across configuration structs (#216)

eventcore

0.3.0 - 2025-12-27

Features

  • add configurable poll behavior for projections (#213)
  • (eventcore) implement EventRetryConfig for event processing failures (#215)

Refactoring

  • eliminate primitive obsession across configuration structs (#216)

eventcore-testing

0.2.1 - 2025-12-27

Refactoring

  • eliminate primitive obsession across configuration structs (#216)

eventcore-memory

0.2.1 - 2025-12-27

Miscellaneous Tasks

  • updated the following local packages: eventcore-types


This PR was generated with release-plz.

## 🤖 New release * `eventcore-types`: 0.2.0 -> 0.2.1 (✓ API compatible changes) * `eventcore-postgres`: 0.2.0 -> 0.2.1 (✓ API compatible changes) * `eventcore`: 0.2.0 -> 0.3.0 (⚠ API breaking changes) * `eventcore-testing`: 0.2.0 -> 0.2.1 (✓ API compatible changes) * `eventcore-memory`: 0.2.0 -> 0.2.1 ### ⚠ `eventcore` breaking changes ```text --- failure inherent_method_missing: pub method removed or renamed --- Description: A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/inherent_method_missing.ron Failed in: ProjectionRunner::with_max_retries, previously in file /tmp/.tmpW2vwBi/eventcore/src/projection.rs:306 ProjectionRunner::with_base_delay_ms, previously in file /tmp/.tmpW2vwBi/eventcore/src/projection.rs:324 ``` <details><summary><i><b>Changelog</b></i></summary><p> ## `eventcore-types` <blockquote> ## [0.2.1](https://github.com/jwilger/eventcore/compare/eventcore-types-v0.2.0...eventcore-types-v0.2.1) - 2025-12-27 ### Refactoring - eliminate primitive obsession across configuration structs ([#216](https://github.com/jwilger/eventcore/pull/216)) </blockquote> ## `eventcore-postgres` <blockquote> ## [0.2.1](https://github.com/jwilger/eventcore/compare/eventcore-postgres-v0.2.0...eventcore-postgres-v0.2.1) - 2025-12-27 ### Refactoring - eliminate primitive obsession across configuration structs ([#216](https://github.com/jwilger/eventcore/pull/216)) </blockquote> ## `eventcore` <blockquote> ## [0.3.0](https://github.com/jwilger/eventcore/compare/eventcore-v0.2.0...eventcore-v0.3.0) - 2025-12-27 ### Features - add configurable poll behavior for projections ([#213](https://github.com/jwilger/eventcore/pull/213)) - *(eventcore)* implement EventRetryConfig for event processing failures ([#215](https://github.com/jwilger/eventcore/pull/215)) ### Refactoring - eliminate primitive obsession across configuration structs ([#216](https://github.com/jwilger/eventcore/pull/216)) </blockquote> ## `eventcore-testing` <blockquote> ## [0.2.1](https://github.com/jwilger/eventcore/compare/eventcore-testing-v0.2.0...eventcore-testing-v0.2.1) - 2025-12-27 ### Refactoring - eliminate primitive obsession across configuration structs ([#216](https://github.com/jwilger/eventcore/pull/216)) </blockquote> ## `eventcore-memory` <blockquote> ## [0.2.1](https://github.com/jwilger/eventcore/compare/eventcore-memory-v0.2.0...eventcore-memory-v0.2.1) - 2025-12-27 ### Miscellaneous Tasks - updated the following local packages: eventcore-types </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
jwilger commented 2025-12-27 06:56:15 -08:00 (Migrated from github.com)

Closing this release PR as it was created before the lockstep versioning enforcement (PR #219) was merged. A new release PR will be automatically created with the correct enforcement logic.

Closing this release PR as it was created before the lockstep versioning enforcement (PR #219) was merged. A new release PR will be automatically created with the correct enforcement logic.

Pull request closed

Sign in to join this conversation.
No description provided.