chore: release v0.2.0 #203
No reviewers
Labels
No labels
adr
automated
bug
chore
dependencies
documentation
enhancement
epic
github-actions
P1-high
P2-medium
P3-low
release
research
rust
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/eventcore!203
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "release-plz-2025-12-26T18-42-35Z"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🤖 New release
eventcore-macros: 0.2.0eventcore-types: 0.2.0eventcore-postgres: 0.2.0eventcore: 0.2.0eventcore-memory: 0.2.0eventcore-testing: 0.2.0Changelog
eventcore-macroseventcore-typeseventcore-postgreseventcoreeventcore-memoryeventcore-testingThis PR was generated with release-plz.
Pull request overview
This PR releases version 0.2.0 of the eventcore workspace, including changelogs for all six crates in the project. The release includes significant new features such as PostgreSQL event store implementation, projection runners, command definition macros, and comprehensive testing utilities.
Key Changes
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Changelogs follow Keep a Changelog format correctly. Minor inconsistencies in PR link coverage (some features lack links in main changelog, deps entry incomplete in postgres changelog).
@ -0,0 +33,4 @@### Deps- *(deps)* bump the minor-and-patch group with 14 updatesIncomplete deps entry - missing PR link or more details about which PR introduced this update.
@ -0,0 +16,4 @@### Features- *(eventcore)* implement subscription system with position trackingInconsistent PR link coverage: lines 19-24 lack PR links while lines 25-27 have them. Consider adding links for consistency.