From d48b91ac77d86b9039bacb4eaa2dbd55f8fe23d8 Mon Sep 17 00:00:00 2001 From: "release-plz-aftermath[bot]" <196440448+release-plz-aftermath[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 23:02:35 +0000 Subject: [PATCH] chore: release --- crates/af-faucet/CHANGELOG.md | 7 +++++++ crates/af-faucet/Cargo.toml | 6 +++--- crates/af-iperps/CHANGELOG.md | 7 +++++++ crates/af-iperps/Cargo.toml | 10 +++++----- crates/af-move-type-derive/CHANGELOG.md | 7 +++++++ crates/af-move-type-derive/Cargo.toml | 2 +- crates/af-move-type/CHANGELOG.md | 7 +++++++ crates/af-move-type/Cargo.toml | 4 ++-- crates/af-pyth-wrapper/CHANGELOG.md | 7 +++++++ crates/af-pyth-wrapper/Cargo.toml | 6 +++--- crates/af-sui-pkg-sdk/CHANGELOG.md | 7 +++++++ crates/af-sui-pkg-sdk/Cargo.toml | 4 ++-- crates/af-switchboard-wrapper/CHANGELOG.md | 7 +++++++ crates/af-switchboard-wrapper/Cargo.toml | 8 ++++---- crates/move-stdlib-sdk/CHANGELOG.md | 7 +++++++ crates/move-stdlib-sdk/Cargo.toml | 4 ++-- crates/sui-framework-sdk/CHANGELOG.md | 7 +++++++ crates/sui-framework-sdk/Cargo.toml | 8 ++++---- crates/sui-gql-client/CHANGELOG.md | 7 +++++++ crates/sui-gql-client/Cargo.toml | 4 ++-- crates/switchboard-sui-sdk/CHANGELOG.md | 7 +++++++ crates/switchboard-sui-sdk/Cargo.toml | 10 +++++----- crates/wormhole-sui-sdk/CHANGELOG.md | 7 +++++++ crates/wormhole-sui-sdk/Cargo.toml | 6 +++--- 24 files changed, 120 insertions(+), 36 deletions(-) diff --git a/crates/af-faucet/CHANGELOG.md b/crates/af-faucet/CHANGELOG.md index a4360a20..f03b7261 100644 --- a/crates/af-faucet/CHANGELOG.md +++ b/crates/af-faucet/CHANGELOG.md @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-faucet-v0.18.2...af-faucet-v0.18.3) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-sui-pkg-sdk, sui-framework-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.18.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-faucet-v0.18.1...af-faucet-v0.18.2) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-faucet/Cargo.toml b/crates/af-faucet/Cargo.toml index 2842d0fd..7c8e098a 100644 --- a/crates/af-faucet/Cargo.toml +++ b/crates/af-faucet/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Move types for `AftermathFaucet` used in development" name = "af-faucet" -version = "0.18.2" +version = "0.18.3" authors.workspace = true categories.workspace = true @@ -27,6 +27,6 @@ workspace = true # Public dependencies; a SemVer-breaking bump in one of these must come with a SemVer-breaking bump # to this crate # https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html -af-sui-pkg-sdk = { version = "0.15.2", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.17.2", public = true, path = "../sui-framework-sdk" } +af-sui-pkg-sdk = { version = "0.15.3", public = true, path = "../af-sui-pkg-sdk" } +sui-framework-sdk = { version = "0.17.3", public = true, path = "../sui-framework-sdk" } sui-sdk-types = { version = "0.3", public = true } diff --git a/crates/af-iperps/CHANGELOG.md b/crates/af-iperps/CHANGELOG.md index 00357e24..94aae2b6 100644 --- a/crates/af-iperps/CHANGELOG.md +++ b/crates/af-iperps/CHANGELOG.md @@ -48,6 +48,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.46.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.46.2...af-iperps-v0.46.3) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-move-type, af-sui-pkg-sdk, move-stdlib-sdk, sui-framework-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.46.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.46.1...af-iperps-v0.46.2) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-iperps/Cargo.toml b/crates/af-iperps/Cargo.toml index ee81f601..ec29da3f 100644 --- a/crates/af-iperps/Cargo.toml +++ b/crates/af-iperps/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Move types for the `Perpetuals` package" name = "af-iperps" -version = "0.46.2" +version = "0.46.3" authors.workspace = true categories.workspace = true @@ -40,19 +40,19 @@ stop-orders = ["dep:fastcrypto"] # Public dependencies; a SemVer-breaking bump in one of these must come with a SemVer-breaking bump # to this crate # https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html -af-sui-pkg-sdk = { version = "0.15.2", public = true, path = "../af-sui-pkg-sdk" } +af-sui-pkg-sdk = { version = "0.15.3", public = true, path = "../af-sui-pkg-sdk" } af-utilities = { version = "0.15.0", public = true, path = "../af-utilities" } num_enum = { version = "0.7", public = true } strum = { version = "0.28", public = true, features = ["derive"] } -sui-framework-sdk = { version = "0.17.2", public = true, path = "../sui-framework-sdk" } +sui-framework-sdk = { version = "0.17.3", public = true, path = "../sui-framework-sdk" } sui-gql-client = { version = "0.26", public = true, default-features = false, optional = true, path = "../sui-gql-client" } sui-sdk-types = { version = "0.3", public = true } # TODO: remove this after using Rust's `Option` (see TODO in `lib.rs`) -move-stdlib-sdk = { version = "0.16.2", public = true, path = "../move-stdlib-sdk" } +move-stdlib-sdk = { version = "0.16.3", public = true, path = "../move-stdlib-sdk" } -af-move-type = { version = "0.19.0", path = "../af-move-type" } +af-move-type = { version = "0.19.1", path = "../af-move-type" } af-sui-types = { version = "0.18.0", path = "../af-sui-types" } clap = { version = "4", features = ["derive"] } diff --git a/crates/af-move-type-derive/CHANGELOG.md b/crates/af-move-type-derive/CHANGELOG.md index a238b933..554ca390 100644 --- a/crates/af-move-type-derive/CHANGELOG.md +++ b/crates/af-move-type-derive/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-derive-v0.6.0...af-move-type-derive-v0.6.1) + +### ⛰️ Features + +- *(af-move-type)* More allocationless type matching - ([bdf51a3](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/bdf51a3eabcedc99ab5055398ab9e0a223c64999)) + + ## [0.6.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-derive-v0.5.0...af-move-type-derive-v0.6.0) ### ⛰️ Features diff --git a/crates/af-move-type-derive/Cargo.toml b/crates/af-move-type-derive/Cargo.toml index 6e1f4ceb..743aba34 100644 --- a/crates/af-move-type-derive/Cargo.toml +++ b/crates/af-move-type-derive/Cargo.toml @@ -2,7 +2,7 @@ autotests = false description = "Derive macros for traits defined in af-move-type." name = "af-move-type-derive" -version = "0.6.0" +version = "0.6.1" authors.workspace = true categories.workspace = true diff --git a/crates/af-move-type/CHANGELOG.md b/crates/af-move-type/CHANGELOG.md index 2e081a63..c7831697 100644 --- a/crates/af-move-type/CHANGELOG.md +++ b/crates/af-move-type/CHANGELOG.md @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.19.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-v0.19.0...af-move-type-v0.19.1) + +### ⛰️ Features + +- *(af-move-type)* More allocationless type matching - ([bdf51a3](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/bdf51a3eabcedc99ab5055398ab9e0a223c64999)) + + ## [0.19.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-v0.18.1...af-move-type-v0.19.0) ### ⛰️ Features diff --git a/crates/af-move-type/Cargo.toml b/crates/af-move-type/Cargo.toml index a1c5fb02..b48d1dbd 100644 --- a/crates/af-move-type/Cargo.toml +++ b/crates/af-move-type/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Standard for representing Move types (`MoveType`) off-chain and their type tags." name = "af-move-type" -version = "0.19.0" +version = "0.19.1" authors.workspace = true categories.workspace = true @@ -31,7 +31,7 @@ af-sui-types = { version = "0.18.0", public = true, features = ["u256"], path = bcs = { version = "0.1", public = true } serde_json = { version = "1", public = true } -af-move-type-derive = { version = "0.6.0", path = "../af-move-type-derive" } +af-move-type-derive = { version = "0.6.1", path = "../af-move-type-derive" } derive-where = "1" derive_more = { version = "2", features = ["deref", "deref_mut", "from", "into"] } diff --git a/crates/af-pyth-wrapper/CHANGELOG.md b/crates/af-pyth-wrapper/CHANGELOG.md index 15e196eb..d3f91406 100644 --- a/crates/af-pyth-wrapper/CHANGELOG.md +++ b/crates/af-pyth-wrapper/CHANGELOG.md @@ -30,6 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.28.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-pyth-wrapper-v0.28.2...af-pyth-wrapper-v0.28.3) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-move-type, sui-framework-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.28.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-pyth-wrapper-v0.28.1...af-pyth-wrapper-v0.28.2) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-pyth-wrapper/Cargo.toml b/crates/af-pyth-wrapper/Cargo.toml index c9522a24..833108b7 100644 --- a/crates/af-pyth-wrapper/Cargo.toml +++ b/crates/af-pyth-wrapper/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Move types for Aftermath's `PythWrapper` package that extends `AfOracle`" name = "af-pyth-wrapper" -version = "0.28.2" +version = "0.28.3" authors.workspace = true categories.workspace = true @@ -43,9 +43,9 @@ af-sui-pkg-sdk = { version = "0.15", public = true, path = "../af-sui-pkg-sdk" } sui-gql-client = { version = "0.26", public = true, optional = true, default-features = false, path = "../sui-gql-client" } sui-sdk-types = { version = "0.3", public = true } -sui-framework-sdk = { version = "0.17.2", path = "../sui-framework-sdk" } +sui-framework-sdk = { version = "0.17.3", path = "../sui-framework-sdk" } -af-move-type = { version = "0.19.0", optional = true, path = "../af-move-type" } +af-move-type = { version = "0.19.1", optional = true, path = "../af-move-type" } af-sui-types = { version = "0.18.0", optional = true, path = "../af-sui-types" } extension-traits = { version = "2", optional = true } thiserror = { version = "2", optional = true } diff --git a/crates/af-sui-pkg-sdk/CHANGELOG.md b/crates/af-sui-pkg-sdk/CHANGELOG.md index b7d20867..a41abf81 100644 --- a/crates/af-sui-pkg-sdk/CHANGELOG.md +++ b/crates/af-sui-pkg-sdk/CHANGELOG.md @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-pkg-sdk-v0.15.2...af-sui-pkg-sdk-v0.15.3) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-move-type - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.15.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-pkg-sdk-v0.15.1...af-sui-pkg-sdk-v0.15.2) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-sui-pkg-sdk/Cargo.toml b/crates/af-sui-pkg-sdk/Cargo.toml index d4b8220c..7786ca10 100644 --- a/crates/af-sui-pkg-sdk/Cargo.toml +++ b/crates/af-sui-pkg-sdk/Cargo.toml @@ -2,7 +2,7 @@ autotests = false description = "Macro for generating `MoveStruct`s from Move source code" name = "af-sui-pkg-sdk" -version = "0.15.2" +version = "0.15.3" authors.workspace = true categories.workspace = true @@ -28,7 +28,7 @@ workspace = true # Public dependencies; a SemVer-breaking bump in one of these must come with a SemVer-breaking bump # to this crate # https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html -af-move-type = { version = "0.19.0", public = true, path = "../af-move-type" } +af-move-type = { version = "0.19.1", public = true, path = "../af-move-type" } af-sui-types = { version = "0.18.0", public = true, features = ["u256"], path = "../af-sui-types" } tabled = { version = "0.20", public = true } # Because of `tabled` diff --git a/crates/af-switchboard-wrapper/CHANGELOG.md b/crates/af-switchboard-wrapper/CHANGELOG.md index 7b1b17d1..a8664fc6 100644 --- a/crates/af-switchboard-wrapper/CHANGELOG.md +++ b/crates/af-switchboard-wrapper/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.37](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-switchboard-wrapper-v0.0.36...af-switchboard-wrapper-v0.0.37) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-move-type, af-sui-pkg-sdk, sui-framework-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.0.36](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-switchboard-wrapper-v0.0.35...af-switchboard-wrapper-v0.0.36) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-switchboard-wrapper/Cargo.toml b/crates/af-switchboard-wrapper/Cargo.toml index 18471be0..68cf3471 100644 --- a/crates/af-switchboard-wrapper/Cargo.toml +++ b/crates/af-switchboard-wrapper/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Move types for Aftermath's `SwitchboardWrapper` package that extends `AfOracle`" name = "af-switchboard-wrapper" -version = "0.0.36" +version = "0.0.37" authors.workspace = true categories.workspace = true @@ -39,8 +39,8 @@ ptb = ["dep:af-ptbuilder", "dep:extension-traits"] # to this crate # https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html af-ptbuilder = { version = "13.0.0", public = true, optional = true, path = "../af-ptbuilder" } -af-sui-pkg-sdk = { version = "0.15.2", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.17.2", public = true, path = "../sui-framework-sdk" } +af-sui-pkg-sdk = { version = "0.15.3", public = true, path = "../af-sui-pkg-sdk" } +sui-framework-sdk = { version = "0.17.3", public = true, path = "../sui-framework-sdk" } sui-gql-client = { version = "0.26", public = true, default-features = false, optional = true, path = "../sui-gql-client" } sui-sdk-types = { version = "0.3", public = true } @@ -48,5 +48,5 @@ extension-traits = { version = "2", optional = true } thiserror = { version = "2", optional = true } trait-variant = { version = "0.1", optional = true } -af-move-type = { version = "0.19.0", optional = true, path = "../af-move-type" } +af-move-type = { version = "0.19.1", optional = true, path = "../af-move-type" } af-sui-types = { version = "0.18.0", optional = true, path = "../af-sui-types" } diff --git a/crates/move-stdlib-sdk/CHANGELOG.md b/crates/move-stdlib-sdk/CHANGELOG.md index 14544a8f..02f5ea13 100644 --- a/crates/move-stdlib-sdk/CHANGELOG.md +++ b/crates/move-stdlib-sdk/CHANGELOG.md @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/move-stdlib-sdk-v0.16.2...move-stdlib-sdk-v0.16.3) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-sui-pkg-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.16.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/move-stdlib-sdk-v0.16.1...move-stdlib-sdk-v0.16.2) ### ⚙️ Miscellaneous Tasks diff --git a/crates/move-stdlib-sdk/Cargo.toml b/crates/move-stdlib-sdk/Cargo.toml index acd8cbcd..ac68f3ee 100644 --- a/crates/move-stdlib-sdk/Cargo.toml +++ b/crates/move-stdlib-sdk/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Move types for Sui's `MoveStdLib` package at address 0x1" name = "move-stdlib-sdk" -version = "0.16.2" +version = "0.16.3" authors.workspace = true categories.workspace = true @@ -27,7 +27,7 @@ workspace = true # Public dependencies; a SemVer-breaking bump in one of these must come with a SemVer-breaking bump # to this crate # https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html -af-sui-pkg-sdk = { version = "0.15.2", public = true, path = "../af-sui-pkg-sdk" } +af-sui-pkg-sdk = { version = "0.15.3", public = true, path = "../af-sui-pkg-sdk" } sui-sdk-types = { version = "0.3", public = true } thiserror = "2" diff --git a/crates/sui-framework-sdk/CHANGELOG.md b/crates/sui-framework-sdk/CHANGELOG.md index 91750889..af10919a 100644 --- a/crates/sui-framework-sdk/CHANGELOG.md +++ b/crates/sui-framework-sdk/CHANGELOG.md @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-framework-sdk-v0.17.2...sui-framework-sdk-v0.17.3) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-move-type, af-sui-pkg-sdk, move-stdlib-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.17.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-framework-sdk-v0.17.1...sui-framework-sdk-v0.17.2) ### ⚙️ Miscellaneous Tasks diff --git a/crates/sui-framework-sdk/Cargo.toml b/crates/sui-framework-sdk/Cargo.toml index dc5b89e4..d1ed8e85 100644 --- a/crates/sui-framework-sdk/Cargo.toml +++ b/crates/sui-framework-sdk/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Move types for the Sui package at address 0x2" name = "sui-framework-sdk" -version = "0.17.2" +version = "0.17.3" authors.workspace = true categories.workspace = true @@ -27,10 +27,10 @@ workspace = true # Public dependencies; a SemVer-breaking bump in one of these must come with a SemVer-breaking bump # to this crate # https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html -af-move-type = { version = "0.19.0", public = true, path = "../af-move-type" } -af-sui-pkg-sdk = { version = "0.15.2", public = true, path = "../af-sui-pkg-sdk" } +af-move-type = { version = "0.19.1", public = true, path = "../af-move-type" } +af-sui-pkg-sdk = { version = "0.15.3", public = true, path = "../af-sui-pkg-sdk" } af-sui-types = { version = "0.18.0", public = true, path = "../af-sui-types" } -move-stdlib-sdk = { version = "0.16.2", public = true, path = "../move-stdlib-sdk" } +move-stdlib-sdk = { version = "0.16.3", public = true, path = "../move-stdlib-sdk" } sui-sdk-types = { version = "0.3", public = true } derive_more = { version = "2", features = ["from"] } diff --git a/crates/sui-gql-client/CHANGELOG.md b/crates/sui-gql-client/CHANGELOG.md index 5e0c2a80..ad2d34df 100644 --- a/crates/sui-gql-client/CHANGELOG.md +++ b/crates/sui-gql-client/CHANGELOG.md @@ -38,6 +38,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-client-v0.26.2...sui-gql-client-v0.26.3) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-move-type - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.26.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-client-v0.26.1...sui-gql-client-v0.26.2) ### ⚙️ Miscellaneous Tasks diff --git a/crates/sui-gql-client/Cargo.toml b/crates/sui-gql-client/Cargo.toml index f9c32476..3634ec81 100644 --- a/crates/sui-gql-client/Cargo.toml +++ b/crates/sui-gql-client/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Sui GraphQL RPC client by Aftermath using `cynic`" name = "sui-gql-client" -version = "0.26.2" +version = "0.26.3" authors.workspace = true categories.workspace = true @@ -30,7 +30,7 @@ workspace = true # https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html # FIXME: this is in dire need of refactoring; see # https://github.com/AftermathFinance/aftermath-sdk-rust/issues/181 -af-move-type = { version = "0.19.0", public = true, path = "../af-move-type" } +af-move-type = { version = "0.19.1", public = true, path = "../af-move-type" } af-sui-types = { version = "0.18.0", public = true, path = "../af-sui-types", features = ["hash"] } bimap = { version = "0.6", public = true } cynic = { version = "3", public = true, features = ["http-reqwest"] } diff --git a/crates/switchboard-sui-sdk/CHANGELOG.md b/crates/switchboard-sui-sdk/CHANGELOG.md index be81b65f..6e342314 100644 --- a/crates/switchboard-sui-sdk/CHANGELOG.md +++ b/crates/switchboard-sui-sdk/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.28](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/switchboard-sui-sdk-v0.0.27...switchboard-sui-sdk-v0.0.28) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-move-type, af-sui-pkg-sdk, move-stdlib-sdk, sui-framework-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.0.27](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/switchboard-sui-sdk-v0.0.26...switchboard-sui-sdk-v0.0.27) ### ⚙️ Miscellaneous Tasks diff --git a/crates/switchboard-sui-sdk/Cargo.toml b/crates/switchboard-sui-sdk/Cargo.toml index 6b28d308..337c88bf 100644 --- a/crates/switchboard-sui-sdk/Cargo.toml +++ b/crates/switchboard-sui-sdk/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "SDK for Switchboard's Sui package; maintained by Aftermath" name = "switchboard-sui-sdk" -version = "0.0.27" +version = "0.0.28" authors.workspace = true categories.workspace = true @@ -31,12 +31,12 @@ ptb = ["bytes/serde", "dep:af-ptbuilder", "dep:bytes", "dep:extension-traits"] # to this crate # https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html af-ptbuilder = { version = "13.0.0", public = true, optional = true, path = "../af-ptbuilder" } -af-sui-pkg-sdk = { version = "0.15.2", public = true, path = "../af-sui-pkg-sdk" } -move-stdlib-sdk = { version = "0.16.2", public = true, path = "../move-stdlib-sdk" } -sui-framework-sdk = { version = "0.17.2", public = true, path = "../sui-framework-sdk" } +af-sui-pkg-sdk = { version = "0.15.3", public = true, path = "../af-sui-pkg-sdk" } +move-stdlib-sdk = { version = "0.16.3", public = true, path = "../move-stdlib-sdk" } +sui-framework-sdk = { version = "0.17.3", public = true, path = "../sui-framework-sdk" } sui-sdk-types = { version = "0.3", public = true } -af-move-type = { version = "0.19.0", path = "../af-move-type" } +af-move-type = { version = "0.19.1", path = "../af-move-type" } af-sui-types = { version = "0.18.0", path = "../af-sui-types" } bcs = "0.1" diff --git a/crates/wormhole-sui-sdk/CHANGELOG.md b/crates/wormhole-sui-sdk/CHANGELOG.md index cbde1006..6b3b25bc 100644 --- a/crates/wormhole-sui-sdk/CHANGELOG.md +++ b/crates/wormhole-sui-sdk/CHANGELOG.md @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/wormhole-sui-sdk-v0.17.2...wormhole-sui-sdk-v0.17.3) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-sui-pkg-sdk, sui-framework-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.17.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/wormhole-sui-sdk-v0.17.1...wormhole-sui-sdk-v0.17.2) ### ⚙️ Miscellaneous Tasks diff --git a/crates/wormhole-sui-sdk/Cargo.toml b/crates/wormhole-sui-sdk/Cargo.toml index b74542ee..9be74175 100644 --- a/crates/wormhole-sui-sdk/Cargo.toml +++ b/crates/wormhole-sui-sdk/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Move types for the Wormhole package" name = "wormhole-sui-sdk" -version = "0.17.2" +version = "0.17.3" authors.workspace = true categories.workspace = true @@ -27,6 +27,6 @@ workspace = true # Public dependencies; a SemVer-breaking bump in one of these must come with a SemVer-breaking bump # to this crate # https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html -af-sui-pkg-sdk = { version = "0.15.2", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.17.2", public = true, path = "../sui-framework-sdk" } +af-sui-pkg-sdk = { version = "0.15.3", public = true, path = "../af-sui-pkg-sdk" } +sui-framework-sdk = { version = "0.17.3", public = true, path = "../sui-framework-sdk" } sui-sdk-types = { version = "0.3", public = true }