chore(release): v0.5.0#59
Merged
Merged
Conversation
Bumps workspace + 5 path-dep pins from 0.4.3-dev to 0.5.0, regenerates Cargo.lock + openapi.json, and updates README docker-pull examples. Why 0.5.0 (not 0.4.30): crates.io requires strictly-increasing semver and the previous published crates land at 0.4.21 — stylized 0.4.3 would fail the registry's ordering check. v0.5 jumps cleanly past and also reflects the size of this cut (new metadata audit surface, new schema columns from migrations 0019 + 0020, prompt rewrite, short-term memory). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cuts v0.5.0. Pure version-bump PR — all content already promoted into main via #58.
Workspace + 5 path-dep pins moved from
0.4.3-devto0.5.0.openapi.jsonregenerated (info.versionfollowsCARGO_PKG_VERSION). README docker-pull examples bumped (:0.4.1→:0.5.0).Why 0.5.0 (not 0.4.30 or 0.4.3)
Previous published crates land at
0.4.21. crates.io requires strictly-increasing semver, so stylized0.4.3would fail the registry's ordering check.v0.5jumps cleanly past and also reflects the substance of this cut:chat_messages(raw scope/traits on user rows; resolved on assistant rows)Test plan
Post-merge ops (you drive)
After this PR squash-merges:
git tag -s v0.5.0 -m "..."; verify withgit tag -v v0.5.0; push tag → triggers GHCR amd64 buildgh release create v0.5.0(full release, NOT prerelease) with Features / Migrations notescargo publish -p eros-engine-core→-p eros-engine-store→-p eros-engine-llm🤖 Generated with Claude Code