chore: graduate workspace to 1.0.0 for first stable release #418
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/eventcore!418
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/release-1.0.0"
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?
Summary
Graduates the EventCore workspace from
0.xto a stable 1.0.0 ahead of the first stable release. All milestone 1.0.0 issues are merged.Bumps the lockstep
[workspace.package].versionand every internal path-dependency version pin from0.9.0to1.0.0(the path pins must move in lockstep orcargorejects a1.0.0path crate against a^0.9.0requirement).Why a manual bump
release-plz computes the next version from conventional commits relative to the last release (
0.9.0); in0.xthe breaking read-stream change (#364) yields0.10.0, not a major1.0.0— hence the open v0.10.0 release PR (#417). release-plz honors a manually-set-higher manifest version, so setting the workspace to1.0.0here makes the next automated release PR target v1.0.0 and supersede #417.Scope
Version-only change. It publishes nothing — publication happens when the resulting
chore(release): v1.0.0PR is merged.cargo check --workspacepasses with all crates at 1.0.0; full pre-commit suite (fmt/clippy/nextest/doc/check/audit) green.The pull request updates the version of the EventCore workspace and its internal dependencies from 0.9.0 to 1.0.0, preparing for the first stable release. This is a version-only change with no functional modifications, and all checks pass, making it safe to merge.
LLM usage and cost
Estimated total USD: $0.017589 via https://api.openai.com and https://api.openai.com