chore(release): bump version to 0.9.2-rc.2#178
Merged
Conversation
Target the ant-core 0.4.0 fix (bug found after 0.9.2-rc.1 went to testers). Align the direct evmlib dep to 0.9 to match ant-core's re-exported evmlib; ant-protocol follows to 2.3.0 transitively. The bundled sidecar tracks the latest ant-client release (ant-cli-v0.3.0), which is already built against ant-core 0.4.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Cuts 0.9.2-rc.2 after a bug was found in 0.9.2-rc.1 (already with testers) that required a fix in the core.
Changes
0.9.2-rc.1→0.9.2-rc.2(package.json, tauri.conf.json, Cargo.toml, Cargo.lock).ant-core0.3.1→0.4.0— pulls in the fix (ant-core-v0.4.0).evmlib0.8→0.9— aligns our direct dep with ant-core 0.4.0's re-exportedevmlibso theWallet/QuoteHash/TxHashtypes used inautonomi_ops.rsunify (otherwise two incompatible evmlib versions → compile error).ant-protocol2.2.2→2.3.0transitively (from ant-core 0.4.0).Sidecar
No change needed. The release workflow bundles the latest
ant-clientrelease, currentlyant-cli-v0.3.0, whose lockfile is already built againstant-core 0.4.0.Verification
cargo checkpasses against ant-core 0.4.0 (no API breaks).Ship
Merge, then push tag
v0.9.2-rc.2to trigger the release build (prerelease → tester updater channel).🤖 Generated with Claude Code