chore(release): bump ant-node to 0.14.0#159
Merged
Merged
Conversation
Minor release on top of v0.13.0. Notable change since v0.13.0 is PR #128 (Gossip-triggered subtree audit + responsible-chunk audit, ADR-0002), which carries breaking changes — hence the minor bump rather than 0.13.1. Also includes #154, #157 (audit logging) and #124 (CI ADR governance). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Promotes ant-node to release version 0.14.0 by updating the crate version metadata and aligning the lockfile entry, preparing the repository for tagging and publishing v0.14.0.
Changes:
- Bump
ant-nodecrate version from0.13.1to0.14.0inCargo.toml. - Update the
ant-nodepackage entry inCargo.lockto0.14.0(no other lockfile drift observed in the provided diff).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Updates the crate’s package version to 0.14.0. |
| Cargo.lock | Updates the ant-node lockfile package entry to 0.14.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Promotes
mainto release version0.14.0(minor bump from0.13.1).Minor (not patch) because the headline change carries breaking changes:
Also included since the
v0.13.0release:This PR:
[package].version0.13.1→0.14.0Cargo.lock(ant-node entry only; no transitive drift)Internal deps are already crates.io version pins (
ant-protocol = 2.2.0,saorsa-core = 0.26.0,evmlib = 0.8.1) — no rewrites needed.Note: the earlier
v0.13.1bump (#155) was merged but never published (crates.io is still at 0.13.0); this0.14.0supersedes it.Once merged, the
v0.14.0tag will be pushed to fire the publish workflow.🤖 Generated with Claude Code