chore: release v0.1.8 #108

Merged
jwilger merged 1 commit from release-plz-2025-07-23T17-06-48Z into main 2025-07-23 10:28:21 -07:00
jwilger commented 2025-07-23 10:06:50 -07:00 (Migrated from github.com)

🤖 New release

  • eventcore: 0.1.7 -> 0.1.8 (✓ API compatible changes)
  • eventcore-postgres: 0.1.7 -> 0.1.8
  • eventcore-memory: 0.1.7 -> 0.1.8
  • eventcore-macros: 0.1.7 -> 0.1.8
Changelog

eventcore

0.1.8 - 2025-07-23

Fixed

  • add clippy allow attribute to emit! macro to suppress vec_init_then_push warning (#106)

eventcore-postgres

0.1.6 - 2025-07-21

Changes

  • update Cargo.toml dependencies

eventcore-memory

0.1.6 - 2025-07-21

Changes

  • update Cargo.toml dependencies

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.7 -> 0.1.8 (✓ API compatible changes) * `eventcore-postgres`: 0.1.7 -> 0.1.8 * `eventcore-memory`: 0.1.7 -> 0.1.8 * `eventcore-macros`: 0.1.7 -> 0.1.8 <details><summary><i><b>Changelog</b></i></summary><p> ## `eventcore` <blockquote> ## [0.1.8](https://github.com/jwilger/eventcore/compare/eventcore-v0.1.7...eventcore-v0.1.8) - 2025-07-23 ### Fixed - add clippy allow attribute to emit! macro to suppress vec_init_then_push warning ([#106](https://github.com/jwilger/eventcore/pull/106)) </blockquote> ## `eventcore-postgres` <blockquote> ## [0.1.6](https://github.com/jwilger/eventcore/compare/eventcore-postgres-v0.1.5...eventcore-postgres-v0.1.6) - 2025-07-21 ### Changes - update Cargo.toml dependencies </blockquote> ## `eventcore-memory` <blockquote> ## [0.1.6](https://github.com/jwilger/eventcore/compare/eventcore-memory-v0.1.5...eventcore-memory-v0.1.6) - 2025-07-21 ### Changes - update Cargo.toml dependencies </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-23 10:26:31 -07:00
copilot-pull-request-reviewer[bot] (Migrated from github.com) left a comment

Pull Request Overview

This is an automated release PR that bumps the version to v0.1.8 across all workspace crates, with the primary change being a clippy warning fix in the emit! macro. The release includes API-compatible changes and dependency updates.

  • Version bump from 0.1.7 to 0.1.8 for all workspace crates
  • CHANGELOG.md updated to document the clippy warning fix
  • Workspace dependency versions synchronized

Reviewed Changes

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

File Description
eventcore/CHANGELOG.md Added v0.1.8 release entry documenting the clippy warning fix
Cargo.toml Updated workspace version and internal crate dependency versions to 0.1.8
## Pull Request Overview This is an automated release PR that bumps the version to v0.1.8 across all workspace crates, with the primary change being a clippy warning fix in the `emit!` macro. The release includes API-compatible changes and dependency updates. - Version bump from 0.1.7 to 0.1.8 for all workspace crates - CHANGELOG.md updated to document the clippy warning fix - Workspace dependency versions synchronized ### Reviewed Changes Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments. | File | Description | | ---- | ----------- | | eventcore/CHANGELOG.md | Added v0.1.8 release entry documenting the clippy warning fix | | Cargo.toml | Updated workspace version and internal crate dependency versions to 0.1.8 |
Sign in to join this conversation.
No description provided.