Skip to content

chore(release): promote rc-2026.5.2#96

Merged
jacderida merged 4 commits into
mainfrom
rc-2026.5.2
May 13, 2026
Merged

chore(release): promote rc-2026.5.2#96
jacderida merged 4 commits into
mainfrom
rc-2026.5.2

Conversation

@jacderida
Copy link
Copy Markdown
Collaborator

Promotes rc-2026.5.2 to release version(s): 0.11.3.

  • strips -rc.* from [package].version
  • rewrites internal git+branch deps to crates.io version pins
  • regenerates Cargo.lock

Once merged, the release tag will be pushed to fire the publish workflow.

Copilot AI review requested due to automatic review settings May 13, 2026 19:32
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Promotes ant-node from 0.11.2 to 0.11.3 and updates release dependency resolution for the corresponding internal crate versions.

Changes:

  • Bumps ant-node package and lockfile version to 0.11.3.
  • Updates ant-protocol and saorsa-core dependency versions.
  • Regenerates Cargo.lock with updated dependency versions.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
Cargo.toml Updates package version and internal dependency declarations for the release.
Cargo.lock Reflects the package version bump and resolved dependency graph updates.
Comments suppressed due to low confidence (1)

Cargo.toml:184

  • The [patch.crates-io] entries still override the new crates.io version pins with the rc-2026.5.2 git branches. As a result, the regenerated lockfile continues to resolve ant-protocol and saorsa-core from git instead of crates.io, so the release build does not actually use the published version pins described by this change. Remove these patches (or otherwise regenerate the lockfile without them) once the crates.io versions are available.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Cargo.toml
# (the rc-2026.4.2 branch) so Cargo can unify the wire types here
# with ant-protocol's re-exports.
ant-protocol = { git = "https://github.com/WithAutonomi/ant-protocol", branch = "main" }
ant-protocol = "2.1.0"
@jacderida jacderida merged commit f38fdca into main May 13, 2026
10 of 11 checks passed
@jacderida jacderida deleted the rc-2026.5.2 branch May 13, 2026 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants