Skip to content

chore: bump version to 0.6.7-rc.1#50

Merged
Nic-dorman merged 2 commits intomainfrom
chore/bump-0.6.7-rc.1
Apr 23, 2026
Merged

chore: bump version to 0.6.7-rc.1#50
Nic-dorman merged 2 commits intomainfrom
chore/bump-0.6.7-rc.1

Conversation

@Nic-dorman
Copy link
Copy Markdown
Contributor

Summary

  • Bumps ant-gui to 0.6.7-rc.1 in the four version-of-record files (package.json, src-tauri/Cargo.toml, src-tauri/Cargo.lock, src-tauri/tauri.conf.json).
  • Repoints ant-core rev to 91af993 — tip of WithAutonomi/ant-client rc-2026.4.2, released upstream as ant-cli-v0.2.0-rc.1.
  • Pins .ant-version from latest to ant-cli-v0.2.0-rc.1 so the sidecar binary the release pipeline downloads matches the embedded ant-core library.

Transitive lockfile churn is the rc-2026.4.2 line of ant-node/saorsa-core/saorsa-transport that the new ant-core pulls in.

This is the RC cut for internal testing of the ant-client rc-2026.4.2 branch ahead of its promotion to stable. Once the branch is stable upstream, we'll bump to 0.6.7 against the final ant-cli-v0.2.0 tag.

Test plan

  • CI green (fmt, clippy, build, frontend typecheck + test)
  • After merge: tag v0.6.7-rc.1 from main, push, confirm release.yml composes latest.json and creates a draft pre-release with MSI/deb/rpm/AppImage/dmg assets

Nic-dorman and others added 2 commits April 23, 2026 09:47
Bumps ant-core rev to 91af993 (tip of WithAutonomi/ant-client
rc-2026.4.2, released as ant-cli-v0.2.0-rc.1) and pins
.ant-version to the matching sidecar release so the bundled
daemon and embedded ant-core library are version-aligned.

Transitive updates from the new ant-core:
- ant-node 0.10.1 -> 0.11.0-rc.1 (rc-2026.4.2)
- saorsa-core 0.23.1 -> 0.24.0-rc.1 (rc-2026.4.2)
- saorsa-transport 0.32.0 -> 0.33.0-rc.1 (rc-2026.4.2)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
rc-2026.4.2's saorsa-core introduces a non-HRTB closure in the
parallel bootstrap dial path that fails `Send + 'static` when
ant-gui spawns `run_connection_loop` on tokio. Until the upstream
fix merges, patch the dep to a fork commit that satisfies the
bound via `into_iter()` + owned `Vec<MultiAddr>` into an
`async move` block.

Pinned by SHA so the RC build is reproducible even if the fork
branch moves. Remove this `[patch]` block once the upstream PR
merges, ant-node rebumps saorsa-core, and the ant-core rev above
is rebumped accordingly.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Nic-dorman Nic-dorman merged commit d29cca3 into main Apr 23, 2026
4 checks passed
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.

1 participant