chore(release): bump ant-node to 0.13.1#155
Merged
Merged
Conversation
Patch release on top of v0.13.0. Only change since v0.13.0 is PR #154 (fix(replication): log audit send failures) — extended audit-timeout diagnostics logging. 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 from 0.13.0 to 0.13.1 for the next patch release, aligning the crate manifest and lockfile for publishing.
Changes:
- Bump
[package].versioninCargo.tomlto0.13.1. - Update
Cargo.lockto reflectant-node0.13.1(no additional dependency drift indicated in the diff).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Updates crate version to 0.13.1 for the release. |
| Cargo.lock | Updates the ant-node package entry to 0.13.1 to match the manifest. |
💡 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.13.1(patch bump from0.13.0).The only change on
mainsince thev0.13.0release is #154 fix(replication): log audit send failures — extended audit-timeout diagnostics logging (src/replication/audit.rs, +105/−3).This PR:
[package].version0.13.0→0.13.1Cargo.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.Once merged, the
v0.13.1tag will be pushed to fire the publish workflow.🤖 Generated with Claude Code