release: 0.4.0 — bump workspace + crate versions#436
Merged
Conversation
Bump workspace package + all 4 crates + intra-workspace path-dep pins
+ Cargo.lock from 0.3.0 to 0.4.0 in preparation for the v0.4.0 tag.
Versions touched:
- workspace.package.version (Cargo.toml)
- ecp-core, ecp-analyzer, ecp-cli per-crate versions
- ecp-mcp inherits via workspace.version
- intra-workspace path-deps: ecp-analyzer -> ecp-core,
ecp-cli -> {ecp-core, ecp-analyzer, ecp-mcp}
Scope of v0.4.0 (covered in the release notes when the tag is cut):
49 commits between v0.3.0 (PR #330 close-out) and this PR — cypher
perf wins (Accumulator + predicate pushdown + kind-CSR + walk_rel
closure + Binding VarMap), MCP host distribution paths (#395),
GitHub-native auto-merge replaces Mergify (#401), `ecp insight`
telemetry, `ecp dev pr-analyze`, schema-bindings rollouts,
benchmark realign with hot-path query coverage, and the RTK-style
skill rewrite landed in PR #419.
Contributor
ecp impact cache (0 symbols) — internal, used by
|
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
Standalone version bump for v0.4.0. Decoupled from PR #236 (which had a heavy 11-commit rebase conflict against current main on README / i18n docs) so the release tag is unblocked.
Changes
Bumps from
0.3.0to0.4.0:Cargo.toml—workspace.package.versioncrates/ecp-core/Cargo.toml— per-crate versioncrates/ecp-analyzer/Cargo.toml— per-crate version + intra-workspace pin onecp-corecrates/ecp-cli/Cargo.toml— per-crate version + intra-workspace pins onecp-core/ecp-analyzer/ecp-mcpcrates/ecp-mcp/Cargo.toml— intra-workspace pin onecp-core(version itself inherits from workspace)Cargo.lock— regeneratedScope of v0.4.0
After this PR merges, the
v0.4.0tag will be cut at the merge commit. The release notes will cover the 49 commits betweenv0.3.0(PR #330 close-out) and the v0.4.0 tag, including:exec_patternkind-CSR + walk_rel closure (perf(cypher): exec_pattern kind-CSR scan + walk_rel closure (FU-006 follow-up) #432), BindingVarMap(perf(cypher): VarMap replaces Binding HashMap for clone-per-match path (FU-006 H2) #433)codex --auto-fork+ecp admin claude install skills ecp(feat(distribution): MCP host snippets + codex --auto-fork + claude skills ecp #395)ecp insighttelemetry — per-tool p50/p99/error-rate (feat(cli,mcp): ecp insight telemetry — per-tool p50/p99/error-rate (FU-2026-05-23-015) #377)ecp dev pr-analyze+ Mergify-era graph-aware merge integration (perf(test): parity_gate_smoke 32s → 0.8s via cached pipeline #373)Test plan
cargo check --workspaceclean (Cargo.lock regenerated, no version-pin mismatches)ecp-mcp/Cargo.toml'secp-corepin — caught by clippy hook, fixed via amend before push)