chore(release): release ant-node from main -> 0.14.5#180
Open
jacderida wants to merge 1 commit into
Open
Conversation
Patch release of code already merged to main; completes propagation of saorsa-transport 0.35.2 / saorsa-core 0.26.3. - bump [package].version 0.14.4 -> 0.14.5 - bump saorsa-core dependency pin 0.26.2 -> 0.26.3 - refresh Cargo.lock (saorsa-core 0.26.3, saorsa-transport 0.35.2)
There was a problem hiding this comment.
Pull request overview
Patch release prep for ant-node to propagate the newly published saorsa-transport 0.35.2 and saorsa-core 0.26.3, culminating in ant-node v0.14.5 for crates.io + GitHub binary release tagging.
Changes:
- Bump
ant-nodecrate version from0.14.4to0.14.5. - Update the direct
saorsa-coredependency from0.26.2to0.26.3. - Refresh
Cargo.lockto reflect updated dependency resolution (including the saorsa updates).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Bumps crate version and pins saorsa-core to 0.26.3. |
| Cargo.lock | Updates resolved dependency graph for the release (including saorsa updates). |
💡 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.
Patch release of ant-node code already on
main, completing the propagation of the just-publishedsaorsa-transport 0.35.2andsaorsa-core 0.26.3.[package].version0.14.4 -> 0.14.5saorsa-corepin 0.26.2 -> 0.26.3Cargo.lock: saorsa-core 0.26.3 and saorsa-transport 0.35.2 (single unified saorsa-core; ant-protocol 2.3.0's caret pin unifies, no re-release needed)Final step of a sequential 3-crate propagation (saorsa-transport -> saorsa-core -> ant-node). Once merged,
v0.14.5will be tagged on the mergedmaincommit to fire the release workflow: crates.io publish and the GitHub binary release that becomes "latest" and drives the fleet auto-upgrader. Tag only after explicit approval.