chore: release v0.1.4 #71

Merged
jwilger merged 1 commit from release-plz-2025-07-09T14-47-33Z into main 2025-07-21 09:15:46 -07:00
jwilger commented 2025-07-09 07:47:35 -07:00 (Migrated from github.com)

🤖 New release

  • eventcore: 0.1.3 -> 0.1.4 (✓ API compatible changes)
  • eventcore-postgres: 0.1.3 -> 0.1.4 (✓ API compatible changes)
  • eventcore-memory: 0.1.3 -> 0.1.4 (✓ API compatible changes)
  • eventcore-macros: 0.1.3 -> 0.1.4
Changelog

eventcore

0.1.4 - 2025-07-21

Changes

  • Fix emit! and require! macros to use public exports (#98)
  • Fix missing imports in examples and tests (#95)
  • (executor) extract execute_type_safe and remove dead code (#92)
  • Add CHANGELOG.md files to all workspace packages (#72)
  • Update pre-commit hooks to use nextest for all tests (#70)

Changes

  • Update pre-commit hooks to use nextest for all tests (#70)
  • Add CHANGELOG.md files to all workspace packages
  • Configure release-plz to include all commits in changelog
  • Simplify changelog format to flat list of changes

eventcore-postgres

0.1.4 - 2025-07-21

Changes

  • Add CHANGELOG.md files to all workspace packages (#72)
  • Update pre-commit hooks to use nextest for all tests (#70)

Changes

  • Update pre-commit hooks to use nextest for all tests (#70)
  • Fix flaky query timeout test by increasing timeout from 100ms to 500ms

eventcore-memory

0.1.4 - 2025-07-21

Changes

  • Add CHANGELOG.md files to all workspace packages (#72)

eventcore-macros

0.1.4 - 2025-07-21

Changes

  • Add CHANGELOG.md files to all workspace packages (#72)


This PR was generated with release-plz.

Definition of Done Checklist

Please ensure all items in this checklist are completed before merging:

  • Code follows project style guidelines
  • Changes are well-documented
  • All tests pass
  • Performance implications have been considered
  • Security implications have been reviewed
  • Breaking changes are documented
  • The change is backward compatible where possible
## 🤖 New release * `eventcore`: 0.1.3 -> 0.1.4 (✓ API compatible changes) * `eventcore-postgres`: 0.1.3 -> 0.1.4 (✓ API compatible changes) * `eventcore-memory`: 0.1.3 -> 0.1.4 (✓ API compatible changes) * `eventcore-macros`: 0.1.3 -> 0.1.4 <details><summary><i><b>Changelog</b></i></summary><p> ## `eventcore` <blockquote> ## [0.1.4](https://github.com/jwilger/eventcore/compare/v0.1.3...v0.1.4) - 2025-07-21 ### Changes - Fix emit! and require! macros to use public exports ([#98](https://github.com/jwilger/eventcore/pull/98)) - Fix missing imports in examples and tests ([#95](https://github.com/jwilger/eventcore/pull/95)) - *(executor)* extract execute_type_safe and remove dead code ([#92](https://github.com/jwilger/eventcore/pull/92)) - Add CHANGELOG.md files to all workspace packages ([#72](https://github.com/jwilger/eventcore/pull/72)) - Update pre-commit hooks to use nextest for all tests ([#70](https://github.com/jwilger/eventcore/pull/70)) ### Changes - Update pre-commit hooks to use nextest for all tests (#70) - Add CHANGELOG.md files to all workspace packages - Configure release-plz to include all commits in changelog - Simplify changelog format to flat list of changes </blockquote> ## `eventcore-postgres` <blockquote> ## [0.1.4](https://github.com/jwilger/eventcore/compare/v0.1.3...v0.1.4) - 2025-07-21 ### Changes - Add CHANGELOG.md files to all workspace packages ([#72](https://github.com/jwilger/eventcore/pull/72)) - Update pre-commit hooks to use nextest for all tests ([#70](https://github.com/jwilger/eventcore/pull/70)) ### Changes - Update pre-commit hooks to use nextest for all tests (#70) - Fix flaky query timeout test by increasing timeout from 100ms to 500ms </blockquote> ## `eventcore-memory` <blockquote> ## [0.1.4](https://github.com/jwilger/eventcore/compare/v0.1.3...v0.1.4) - 2025-07-21 ### Changes - Add CHANGELOG.md files to all workspace packages ([#72](https://github.com/jwilger/eventcore/pull/72)) </blockquote> ## `eventcore-macros` <blockquote> ## [0.1.4](https://github.com/jwilger/eventcore/compare/v0.1.3...v0.1.4) - 2025-07-21 ### Changes - Add CHANGELOG.md files to all workspace packages ([#72](https://github.com/jwilger/eventcore/pull/72)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). ## Definition of Done Checklist Please ensure all items in this checklist are completed before merging: - [x] Code follows project style guidelines - [x] Changes are well-documented - [x] All tests pass - [x] Performance implications have been considered - [x] Security implications have been reviewed - [x] Breaking changes are documented - [x] The change is backward compatible where possible
copilot-pull-request-reviewer[bot] (Migrated from github.com) reviewed 2025-07-09 07:48:05 -07:00
copilot-pull-request-reviewer[bot] (Migrated from github.com) left a comment

Pull Request Overview

This PR bumps the workspace and internal crate versions to 0.1.4 and adds initial CHANGELOG files for the eventcore and eventcore-macros crates.

  • Added scaffolded CHANGELOG.md with an Unreleased section for both eventcore and eventcore-macros
  • Updated the workspace version and internal crate versions in Cargo.toml from 0.1.3 to 0.1.4

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
eventcore/CHANGELOG.md Added scaffolded changelog with ## [Unreleased]
eventcore-macros/CHANGELOG.md Added scaffolded changelog with ## [Unreleased]
Cargo.toml Updated workspace package and member crate versions
Comments suppressed due to low confidence (2)

eventcore/CHANGELOG.md:8

  • The changelog currently only has an Unreleased section. Consider adding a ## [0.1.4] - YYYY-MM-DD section above it with the notable changes for this release.
## [Unreleased]
## Pull Request Overview This PR bumps the workspace and internal crate versions to 0.1.4 and adds initial CHANGELOG files for the `eventcore` and `eventcore-macros` crates. - Added scaffolded `CHANGELOG.md` with an Unreleased section for both `eventcore` and `eventcore-macros` - Updated the workspace version and internal crate versions in `Cargo.toml` from 0.1.3 to 0.1.4 ### Reviewed Changes Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments. | File | Description | | ---------------------------- | ---------------------------------------------------- | | eventcore/CHANGELOG.md | Added scaffolded changelog with `## [Unreleased]` | | eventcore-macros/CHANGELOG.md| Added scaffolded changelog with `## [Unreleased]` | | Cargo.toml | Updated workspace package and member crate versions | <details> <summary>Comments suppressed due to low confidence (2)</summary> **eventcore/CHANGELOG.md:8** * The changelog currently only has an `Unreleased` section. Consider adding a `## [0.1.4] - YYYY-MM-DD` section above it with the notable changes for this release. ``` ## [Unreleased] ``` </details>
Sign in to join this conversation.
No description provided.