chore: release v0.1.6 #103

Merged
jwilger merged 1 commit from release-plz-2025-07-21T20-21-00Z into main 2025-07-21 13:24:26 -07:00
jwilger commented 2025-07-21 13:21:03 -07:00 (Migrated from github.com)

🤖 New release

  • eventcore: 0.1.5 -> 0.1.6 (✓ API compatible changes)
  • eventcore-postgres: 0.1.5 -> 0.1.6 (✓ API compatible changes)
  • eventcore-memory: 0.1.5 -> 0.1.6 (✓ API compatible changes)
  • eventcore-macros: 0.1.5 -> 0.1.6
Changelog

eventcore

0.1.6 - 2025-07-21

Changes

  • update Cargo.toml dependencies

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.5 -> 0.1.6 (✓ API compatible changes) * `eventcore-postgres`: 0.1.5 -> 0.1.6 (✓ API compatible changes) * `eventcore-memory`: 0.1.5 -> 0.1.6 (✓ API compatible changes) * `eventcore-macros`: 0.1.5 -> 0.1.6 <details><summary><i><b>Changelog</b></i></summary><p> ## `eventcore` <blockquote> ## [0.1.6](https://github.com/jwilger/eventcore/compare/eventcore-v0.1.5...eventcore-v0.1.6) - 2025-07-21 ### Changes - update Cargo.toml dependencies </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-21 13:21:35 -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 all workspace crates from version 0.1.5 to 0.1.6. The release appears to be focused on updating Cargo.toml dependencies across the workspace packages.

  • Updates workspace version from 0.1.5 to 0.1.6 in root Cargo.toml
  • Updates internal dependency references for all workspace crates
  • Adds changelog entries documenting the dependency updates

Reviewed Changes

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

File Description
Cargo.toml Updates workspace version and internal crate dependency versions to 0.1.6
eventcore/CHANGELOG.md Adds v0.1.6 changelog entry for dependency updates
eventcore-postgres/CHANGELOG.md Adds v0.1.6 changelog entry for dependency updates
eventcore-memory/CHANGELOG.md Adds v0.1.6 changelog entry for dependency updates
## Pull Request Overview This is an automated release PR that bumps all workspace crates from version 0.1.5 to 0.1.6. The release appears to be focused on updating Cargo.toml dependencies across the workspace packages. - Updates workspace version from 0.1.5 to 0.1.6 in root Cargo.toml - Updates internal dependency references for all workspace crates - Adds changelog entries documenting the dependency updates ### Reviewed Changes Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments. | File | Description | | ---- | ----------- | | Cargo.toml | Updates workspace version and internal crate dependency versions to 0.1.6 | | eventcore/CHANGELOG.md | Adds v0.1.6 changelog entry for dependency updates | | eventcore-postgres/CHANGELOG.md | Adds v0.1.6 changelog entry for dependency updates | | eventcore-memory/CHANGELOG.md | Adds v0.1.6 changelog entry for dependency updates |
Sign in to join this conversation.
No description provided.