From 5aba55ab9e6eda0e079d3f2d198179ced24f947e Mon Sep 17 00:00:00 2001 From: "release-plz-aftermath[bot]" <196440448+release-plz-aftermath[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 15:13:16 +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 | 18 +++++++++--------- crates/af-keys/CHANGELOG.md | 7 +++++++ crates/af-keys/Cargo.toml | 2 +- crates/af-move-type/CHANGELOG.md | 7 +++++++ crates/af-move-type/Cargo.toml | 4 ++-- crates/af-oracle/CHANGELOG.md | 7 +++++++ crates/af-oracle/Cargo.toml | 16 ++++++++-------- crates/af-ptbuilder/CHANGELOG.md | 7 +++++++ crates/af-ptbuilder/Cargo.toml | 2 +- crates/af-pyth-wrapper/CHANGELOG.md | 7 +++++++ crates/af-pyth-wrapper/Cargo.toml | 14 +++++++------- crates/af-sui-pkg-sdk/CHANGELOG.md | 7 +++++++ crates/af-sui-pkg-sdk/Cargo.toml | 6 +++--- crates/af-sui-types/CHANGELOG.md | 7 +++++++ crates/af-sui-types/Cargo.toml | 2 +- crates/af-switchboard-wrapper/CHANGELOG.md | 7 +++++++ crates/af-switchboard-wrapper/Cargo.toml | 14 +++++++------- crates/af-utilities/CHANGELOG.md | 7 +++++++ crates/af-utilities/Cargo.toml | 4 ++-- crates/move-stdlib-sdk/CHANGELOG.md | 7 +++++++ crates/move-stdlib-sdk/Cargo.toml | 4 ++-- crates/pyth-sui-sdk/CHANGELOG.md | 7 +++++++ crates/pyth-sui-sdk/Cargo.toml | 18 +++++++++--------- crates/sui-framework-sdk/CHANGELOG.md | 7 +++++++ crates/sui-framework-sdk/Cargo.toml | 10 +++++----- crates/sui-gql-client/CHANGELOG.md | 7 +++++++ crates/sui-gql-client/Cargo.toml | 12 ++++++------ crates/sui-gql-schema/CHANGELOG.md | 7 +++++++ crates/sui-gql-schema/Cargo.toml | 4 ++-- crates/sui-jsonrpc/CHANGELOG.md | 7 +++++++ crates/sui-jsonrpc/Cargo.toml | 2 +- crates/switchboard-sui-sdk/CHANGELOG.md | 7 +++++++ crates/switchboard-sui-sdk/Cargo.toml | 14 +++++++------- crates/wormhole-sui-sdk/CHANGELOG.md | 7 +++++++ crates/wormhole-sui-sdk/Cargo.toml | 6 +++--- 38 files changed, 212 insertions(+), 79 deletions(-) diff --git a/crates/af-faucet/CHANGELOG.md b/crates/af-faucet/CHANGELOG.md index e3d6a197..db4081a2 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.17.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-faucet-v0.16.0...af-faucet-v0.17.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.16.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-faucet-v0.15.0...af-faucet-v0.16.0) ### ⛰️ Features diff --git a/crates/af-faucet/Cargo.toml b/crates/af-faucet/Cargo.toml index 9dc73500..017233c3 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.16.0" +version = "0.17.0" authors.workspace = true categories.workspace = true @@ -28,6 +28,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.13.0", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.15.0", public = true, path = "../sui-framework-sdk" } +af-sui-pkg-sdk = { version = "0.14.0", public = true, path = "../af-sui-pkg-sdk" } +sui-framework-sdk = { version = "0.16.0", public = true, path = "../sui-framework-sdk" } sui-sdk-types = { version = "0.2", public = true } diff --git a/crates/af-iperps/CHANGELOG.md b/crates/af-iperps/CHANGELOG.md index 461fd40e..0299f029 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.43.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.42.0...af-iperps-v0.43.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.41.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.40.0...af-iperps-v0.41.0) ### ⛰️ Features diff --git a/crates/af-iperps/Cargo.toml b/crates/af-iperps/Cargo.toml index cbe2041f..4670a44c 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.42.0" +version = "0.43.0" authors.workspace = true categories.workspace = true @@ -41,20 +41,20 @@ 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.13.0", public = true, path = "../af-sui-pkg-sdk" } -af-utilities = { version = "0.13.0", public = true, path = "../af-utilities" } +af-sui-pkg-sdk = { version = "0.14.0", public = true, path = "../af-sui-pkg-sdk" } +af-utilities = { version = "0.14.0", public = true, path = "../af-utilities" } num_enum = { version = "0.7", public = true } strum = { version = "0.27", public = true, features = ["derive"] } -sui-framework-sdk = { version = "0.15.0", public = true, path = "../sui-framework-sdk" } -sui-gql-client = { version = "0.24", public = true, default-features = false, optional = true, path = "../sui-gql-client" } +sui-framework-sdk = { version = "0.16.0", public = true, path = "../sui-framework-sdk" } +sui-gql-client = { version = "0.25", public = true, default-features = false, optional = true, path = "../sui-gql-client" } sui-sdk-types = { version = "0.2", public = true } # TODO: remove this after using Rust's `Option` (see TODO in `lib.rs`) -move-stdlib-sdk = { version = "0.14.0", public = true, path = "../move-stdlib-sdk" } +move-stdlib-sdk = { version = "0.15.0", public = true, path = "../move-stdlib-sdk" } -af-move-type = { version = "0.16.0", path = "../af-move-type" } -af-sui-types = { version = "0.16.0", path = "../af-sui-types" } +af-move-type = { version = "0.17.0", path = "../af-move-type" } +af-sui-types = { version = "0.17.0", path = "../af-sui-types" } clap = { version = "4", features = ["derive"] } derive_more = { version = "2", features = ["display", "from", "is_variant", "try_into"] } @@ -78,7 +78,7 @@ default-features = false features = ["build"] optional = true path = "../sui-gql-schema" -version = "0.16.0" +version = "0.17.0" [dev-dependencies] diff --git a/crates/af-keys/CHANGELOG.md b/crates/af-keys/CHANGELOG.md index 99f4ae3a..49777a26 100644 --- a/crates/af-keys/CHANGELOG.md +++ b/crates/af-keys/CHANGELOG.md @@ -30,6 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-keys-v0.15.0...af-keys-v0.16.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.15.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-keys-v0.14.0...af-keys-v0.15.0) ### ⛰️ Features diff --git a/crates/af-keys/Cargo.toml b/crates/af-keys/Cargo.toml index 9f59dfc0..14a5b19c 100644 --- a/crates/af-keys/Cargo.toml +++ b/crates/af-keys/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Light-weight, read-only version of Sui's file-based keystore." name = "af-keys" -version = "0.15.0" +version = "0.16.0" authors.workspace = true categories.workspace = true diff --git a/crates/af-move-type/CHANGELOG.md b/crates/af-move-type/CHANGELOG.md index 980d2544..724f1925 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.17.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-v0.16.0...af-move-type-v0.17.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.16.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-v0.15.0...af-move-type-v0.16.0) ### ⛰️ Features diff --git a/crates/af-move-type/Cargo.toml b/crates/af-move-type/Cargo.toml index 91865a94..039d1f11 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.16.0" +version = "0.17.0" 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-sui-types = { version = "0.16.0", public = true, features = ["u256"], path = "../af-sui-types" } +af-sui-types = { version = "0.17.0", public = true, features = ["u256"], path = "../af-sui-types" } bcs = { version = "0.1", public = true } serde_json = { version = "1", public = true } diff --git a/crates/af-oracle/CHANGELOG.md b/crates/af-oracle/CHANGELOG.md index 571875a1..85679c8c 100644 --- a/crates/af-oracle/CHANGELOG.md +++ b/crates/af-oracle/CHANGELOG.md @@ -37,6 +37,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-oracle-v0.25.0...af-oracle-v0.26.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.24.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-oracle-v0.24.0...af-oracle-v0.24.1) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-oracle/Cargo.toml b/crates/af-oracle/Cargo.toml index 477441cc..fcb25700 100644 --- a/crates/af-oracle/Cargo.toml +++ b/crates/af-oracle/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Move types for Aftermath's `AfOracle` package" name = "af-oracle" -version = "0.25.0" +version = "0.26.0" authors.workspace = true categories.workspace = true @@ -43,14 +43,14 @@ graphql = [ # 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.16", public = true, path = "../af-move-type" } -af-sui-pkg-sdk = { version = "0.13", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.15", public = true, path = "../sui-framework-sdk" } -sui-gql-client = { version = "0.24", public = true, optional = true, default-features = false, path = "../sui-gql-client" } +af-move-type = { version = "0.17", public = true, path = "../af-move-type" } +af-sui-pkg-sdk = { version = "0.14", public = true, path = "../af-sui-pkg-sdk" } +sui-framework-sdk = { version = "0.16", public = true, path = "../sui-framework-sdk" } +sui-gql-client = { version = "0.25", public = true, optional = true, default-features = false, path = "../sui-gql-client" } sui-sdk-types = { version = "0.2", public = true } -af-sui-types = { version = "0.16.0", path = "../af-sui-types" } -af-utilities = { version = "0.13.0", path = "../af-utilities" } +af-sui-types = { version = "0.17.0", path = "../af-sui-types" } +af-utilities = { version = "0.14.0", path = "../af-utilities" } derive_more = { version = "2", features = ["display", "from", "is_variant", "try_into"] } remain = "0.2" @@ -74,7 +74,7 @@ default-features = false features = ["build"] optional = true path = "../sui-gql-schema" -version = "0.16" +version = "0.17" [dev-dependencies] diff --git a/crates/af-ptbuilder/CHANGELOG.md b/crates/af-ptbuilder/CHANGELOG.md index 180ba740..f72d07bc 100644 --- a/crates/af-ptbuilder/CHANGELOG.md +++ b/crates/af-ptbuilder/CHANGELOG.md @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [12.0.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-ptbuilder-v11.0.0...af-ptbuilder-v12.0.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [11.0.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-ptbuilder-v10.0.0...af-ptbuilder-v11.0.0) ### ⛰️ Features diff --git a/crates/af-ptbuilder/Cargo.toml b/crates/af-ptbuilder/Cargo.toml index a3f5e923..99202127 100644 --- a/crates/af-ptbuilder/Cargo.toml +++ b/crates/af-ptbuilder/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Programmable transaction builder and macros (offline)" name = "af-ptbuilder" -version = "11.0.0" +version = "12.0.0" authors.workspace = true categories.workspace = true diff --git a/crates/af-pyth-wrapper/CHANGELOG.md b/crates/af-pyth-wrapper/CHANGELOG.md index cc91d55e..62076cfa 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.27.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-pyth-wrapper-v0.26.0...af-pyth-wrapper-v0.27.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.25.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-pyth-wrapper-v0.24.0...af-pyth-wrapper-v0.25.0) ### ⛰️ Features diff --git a/crates/af-pyth-wrapper/Cargo.toml b/crates/af-pyth-wrapper/Cargo.toml index 74d986ff..d34df1da 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.26.0" +version = "0.27.0" authors.workspace = true categories.workspace = true @@ -39,15 +39,15 @@ ptb = ["dep:af-ptbuilder", "dep:extension-traits"] # 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-ptbuilder = { version = "11.0.0", public = true, optional = true, path = "../af-ptbuilder" } -af-sui-pkg-sdk = { version = "0.13", public = true, path = "../af-sui-pkg-sdk" } -sui-gql-client = { version = "0.24", public = true, optional = true, default-features = false, path = "../sui-gql-client" } +af-ptbuilder = { version = "12.0.0", public = true, optional = true, path = "../af-ptbuilder" } +af-sui-pkg-sdk = { version = "0.14", public = true, path = "../af-sui-pkg-sdk" } +sui-gql-client = { version = "0.25", public = true, optional = true, default-features = false, path = "../sui-gql-client" } sui-sdk-types = { version = "0.2", public = true } -sui-framework-sdk = { version = "0.15.0", path = "../sui-framework-sdk" } +sui-framework-sdk = { version = "0.16.0", path = "../sui-framework-sdk" } -af-move-type = { version = "0.16.0", optional = true, path = "../af-move-type" } -af-sui-types = { version = "0.16.0", optional = true, path = "../af-sui-types" } +af-move-type = { version = "0.17.0", optional = true, path = "../af-move-type" } +af-sui-types = { version = "0.17.0", optional = true, path = "../af-sui-types" } extension-traits = { version = "2", optional = true } thiserror = { version = "2", optional = true } trait-variant = { version = "0.1", optional = true } diff --git a/crates/af-sui-pkg-sdk/CHANGELOG.md b/crates/af-sui-pkg-sdk/CHANGELOG.md index 94765823..ec7803ae 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.14.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-pkg-sdk-v0.13.0...af-sui-pkg-sdk-v0.14.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.13.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-pkg-sdk-v0.12.0...af-sui-pkg-sdk-v0.13.0) ### ⛰️ Features diff --git a/crates/af-sui-pkg-sdk/Cargo.toml b/crates/af-sui-pkg-sdk/Cargo.toml index a118a7c1..a54aa1b9 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.13.0" +version = "0.14.0" authors.workspace = true categories.workspace = true @@ -29,8 +29,8 @@ 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.16.0", public = true, path = "../af-move-type" } -af-sui-types = { version = "0.16.0", public = true, features = ["u256"], path = "../af-sui-types" } +af-move-type = { version = "0.17.0", public = true, path = "../af-move-type" } +af-sui-types = { version = "0.17.0", public = true, features = ["u256"], path = "../af-sui-types" } tabled = { version = "0.16", public = true } # Because of `tabled` papergrid = { version = "0.17", public = true } diff --git a/crates/af-sui-types/CHANGELOG.md b/crates/af-sui-types/CHANGELOG.md index 51963bd4..16082c79 100644 --- a/crates/af-sui-types/CHANGELOG.md +++ b/crates/af-sui-types/CHANGELOG.md @@ -26,6 +26,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-types-v0.16.0...af-sui-types-v0.17.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.16.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-types-v0.15.0...af-sui-types-v0.16.0) ### ⛰️ Features diff --git a/crates/af-sui-types/Cargo.toml b/crates/af-sui-types/Cargo.toml index 7d23318d..4131c765 100644 --- a/crates/af-sui-types/Cargo.toml +++ b/crates/af-sui-types/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Aftermath's extensions to `sui-sdk-types`" name = "af-sui-types" -version = "0.16.0" +version = "0.17.0" authors.workspace = true categories.workspace = true diff --git a/crates/af-switchboard-wrapper/CHANGELOG.md b/crates/af-switchboard-wrapper/CHANGELOG.md index 0a6b3e9a..1a69ce0a 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.33](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-switchboard-wrapper-v0.0.32...af-switchboard-wrapper-v0.0.33) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.0.31](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-switchboard-wrapper-v0.0.30...af-switchboard-wrapper-v0.0.31) ### ⛰️ Features diff --git a/crates/af-switchboard-wrapper/Cargo.toml b/crates/af-switchboard-wrapper/Cargo.toml index 55f4c1e6..f24c0826 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.32" +version = "0.0.33" authors.workspace = true categories.workspace = true @@ -39,15 +39,15 @@ ptb = ["dep:af-ptbuilder", "dep:extension-traits"] # 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-ptbuilder = { version = "11.0.0", public = true, optional = true, path = "../af-ptbuilder" } -af-sui-pkg-sdk = { version = "0.13.0", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.15.0", public = true, path = "../sui-framework-sdk" } -sui-gql-client = { version = "0.24", public = true, default-features = false, optional = true, path = "../sui-gql-client" } +af-ptbuilder = { version = "12.0.0", public = true, optional = true, path = "../af-ptbuilder" } +af-sui-pkg-sdk = { version = "0.14.0", public = true, path = "../af-sui-pkg-sdk" } +sui-framework-sdk = { version = "0.16.0", public = true, path = "../sui-framework-sdk" } +sui-gql-client = { version = "0.25", public = true, default-features = false, optional = true, path = "../sui-gql-client" } sui-sdk-types = { version = "0.2", public = true } extension-traits = { version = "2", optional = true } thiserror = { version = "2", optional = true } trait-variant = { version = "0.1", optional = true } -af-move-type = { version = "0.16.0", optional = true, path = "../af-move-type" } -af-sui-types = { version = "0.16.0", optional = true, path = "../af-sui-types" } +af-move-type = { version = "0.17.0", optional = true, path = "../af-move-type" } +af-sui-types = { version = "0.17.0", optional = true, path = "../af-sui-types" } diff --git a/crates/af-utilities/CHANGELOG.md b/crates/af-utilities/CHANGELOG.md index 2362b86f..6e73205f 100644 --- a/crates/af-utilities/CHANGELOG.md +++ b/crates/af-utilities/CHANGELOG.md @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-utilities-v0.13.0...af-utilities-v0.14.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.13.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-utilities-v0.12.0...af-utilities-v0.13.0) ### ⛰️ Features diff --git a/crates/af-utilities/Cargo.toml b/crates/af-utilities/Cargo.toml index 1c5f664e..cdf0fa7b 100644 --- a/crates/af-utilities/Cargo.toml +++ b/crates/af-utilities/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Move types for the `utilities` package and off-chain numerical types for reproducing calculations" name = "af-utilities" -version = "0.13.0" +version = "0.14.0" 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-sui-types = { version = "0.16.0", public = true, features = ["u256"], path = "../af-sui-types" } +af-sui-types = { version = "0.17.0", public = true, features = ["u256"], path = "../af-sui-types" } num-traits = { version = "0.2", public = true } sui-sdk-types = { version = "0.2", public = true } diff --git a/crates/move-stdlib-sdk/CHANGELOG.md b/crates/move-stdlib-sdk/CHANGELOG.md index 050c3202..2f16ad6d 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.15.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/move-stdlib-sdk-v0.14.0...move-stdlib-sdk-v0.15.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.14.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/move-stdlib-sdk-v0.13.0...move-stdlib-sdk-v0.14.0) ### ⛰️ Features diff --git a/crates/move-stdlib-sdk/Cargo.toml b/crates/move-stdlib-sdk/Cargo.toml index cce0422a..9b72a69f 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.14.0" +version = "0.15.0" 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-sui-pkg-sdk = { version = "0.13.0", public = true, path = "../af-sui-pkg-sdk" } +af-sui-pkg-sdk = { version = "0.14.0", public = true, path = "../af-sui-pkg-sdk" } sui-sdk-types = { version = "0.2", public = true } thiserror = "2" diff --git a/crates/pyth-sui-sdk/CHANGELOG.md b/crates/pyth-sui-sdk/CHANGELOG.md index 5b85d308..1b916671 100644 --- a/crates/pyth-sui-sdk/CHANGELOG.md +++ b/crates/pyth-sui-sdk/CHANGELOG.md @@ -30,6 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.25.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/pyth-sui-sdk-v0.24.0...pyth-sui-sdk-v0.25.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.24.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/pyth-sui-sdk-v0.23.0...pyth-sui-sdk-v0.24.0) ### ⛰️ Features diff --git a/crates/pyth-sui-sdk/Cargo.toml b/crates/pyth-sui-sdk/Cargo.toml index cb1aa5b8..fef6e6e9 100644 --- a/crates/pyth-sui-sdk/Cargo.toml +++ b/crates/pyth-sui-sdk/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "SDK for Pyth's Sui package; maintained by Aftermath" name = "pyth-sui-sdk" -version = "0.24.0" +version = "0.25.0" authors.workspace = true categories.workspace = true @@ -33,20 +33,20 @@ pyth-sdk = ["dep:af-utilities", "dep:pyth-sdk"] # 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-ptbuilder = { version = "11.0.0", public = true, optional = true, path = "../af-ptbuilder" } -af-sui-types = { version = "0.16.0", public = true, path = "../af-sui-types" } -af-utilities = { version = "0.13", public = true, optional = true, path = "../af-utilities" } +af-ptbuilder = { version = "12.0.0", public = true, optional = true, path = "../af-ptbuilder" } +af-sui-types = { version = "0.17.0", public = true, path = "../af-sui-types" } +af-utilities = { version = "0.14", public = true, optional = true, path = "../af-utilities" } bytes = { version = "1", public = true, optional = true } hex = { version = "0.4", public = true } jsonrpsee-core = { version = "0.26", public = true, optional = true } pyth-sdk = { version = "0.8", public = true, optional = true } -sui-jsonrpc = { version = "0.23.0", public = true, default-features = false, optional = true, path = "../sui-jsonrpc" } +sui-jsonrpc = { version = "0.24.0", public = true, default-features = false, optional = true, path = "../sui-jsonrpc" } sui-sdk-types = { version = "0.2", public = true } -af-move-type = { version = "0.16", path = "../af-move-type" } -af-sui-pkg-sdk = { version = "0.13", path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.15", path = "../sui-framework-sdk" } -wormhole-sui-sdk = { version = "0.15", path = "../wormhole-sui-sdk" } +af-move-type = { version = "0.17", path = "../af-move-type" } +af-sui-pkg-sdk = { version = "0.14", path = "../af-sui-pkg-sdk" } +sui-framework-sdk = { version = "0.16", path = "../sui-framework-sdk" } +wormhole-sui-sdk = { version = "0.16", path = "../wormhole-sui-sdk" } serde = "1" thiserror = "2" diff --git a/crates/sui-framework-sdk/CHANGELOG.md b/crates/sui-framework-sdk/CHANGELOG.md index 2c17104f..a272abd5 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.16.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-framework-sdk-v0.15.0...sui-framework-sdk-v0.16.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.15.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-framework-sdk-v0.14.0...sui-framework-sdk-v0.15.0) ### ⛰️ Features diff --git a/crates/sui-framework-sdk/Cargo.toml b/crates/sui-framework-sdk/Cargo.toml index e6c72343..b57d1f58 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.15.0" +version = "0.16.0" authors.workspace = true categories.workspace = true @@ -28,10 +28,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.16.0", public = true, path = "../af-move-type" } -af-sui-pkg-sdk = { version = "0.13.0", public = true, path = "../af-sui-pkg-sdk" } -af-sui-types = { version = "0.16.0", public = true, path = "../af-sui-types" } -move-stdlib-sdk = { version = "0.14.0", public = true, path = "../move-stdlib-sdk" } +af-move-type = { version = "0.17.0", public = true, path = "../af-move-type" } +af-sui-pkg-sdk = { version = "0.14.0", public = true, path = "../af-sui-pkg-sdk" } +af-sui-types = { version = "0.17.0", public = true, path = "../af-sui-types" } +move-stdlib-sdk = { version = "0.15.0", public = true, path = "../move-stdlib-sdk" } sui-sdk-types = { version = "0.2", 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 01ee51d3..fe6a84eb 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.25.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-client-v0.24.0...sui-gql-client-v0.25.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.23.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-client-v0.23.0...sui-gql-client-v0.23.1) ### ⚙️ Miscellaneous Tasks diff --git a/crates/sui-gql-client/Cargo.toml b/crates/sui-gql-client/Cargo.toml index b6fdb33c..e75dbac3 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.24.0" +version = "0.25.0" authors.workspace = true categories.workspace = true @@ -31,8 +31,8 @@ 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.16.0", public = true, path = "../af-move-type" } -af-sui-types = { version = "0.16.0", public = true, path = "../af-sui-types", features = ["hash"] } +af-move-type = { version = "0.17.0", public = true, path = "../af-move-type" } +af-sui-types = { version = "0.17.0", public = true, path = "../af-sui-types", features = ["hash"] } bimap = { version = "0.6", public = true } cynic = { version = "3", public = true, features = ["http-reqwest"] } enum-as-inner = { version = "0.6" } @@ -40,8 +40,8 @@ futures-core = { version = "0.3", public = true } reqwest = { version = "0.12", public = true, default-features = false } serde = { version = "1", public = true } serde_json = { version = "1", public = true } -sui-framework-sdk = { version = "0.15", path = "../sui-framework-sdk" } -sui-gql-schema = { version = "0.16.0", public = true, default-features = false, path = "../sui-gql-schema", features = [ +sui-framework-sdk = { version = "0.16", path = "../sui-framework-sdk" } +sui-gql-schema = { version = "0.17.0", public = true, default-features = false, path = "../sui-gql-schema", features = [ "scalars", ] } sui-sdk-types = { version = "0.2", public = true, features = ["hash"] } @@ -64,7 +64,7 @@ trait-variant = "0.1" default-features = false features = ["build"] path = "../sui-gql-schema" -version = "0.16.0" +version = "0.17.0" [dev-dependencies] diff --git a/crates/sui-gql-schema/CHANGELOG.md b/crates/sui-gql-schema/CHANGELOG.md index 3262a366..ed6d73ea 100644 --- a/crates/sui-gql-schema/CHANGELOG.md +++ b/crates/sui-gql-schema/CHANGELOG.md @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-schema-v0.16.0...sui-gql-schema-v0.17.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.16.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-schema-v0.15.0...sui-gql-schema-v0.16.0) ### ⛰️ Features diff --git a/crates/sui-gql-schema/Cargo.toml b/crates/sui-gql-schema/Cargo.toml index d2050a07..2034de3a 100644 --- a/crates/sui-gql-schema/Cargo.toml +++ b/crates/sui-gql-schema/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Sui GraphQL schema for the Cynic client" name = "sui-gql-schema" -version = "0.16.0" +version = "0.17.0" authors.workspace = true categories.workspace = true @@ -43,7 +43,7 @@ scalars = [ # 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-types = { version = "0.16.0", public = true, optional = true, path = "../af-sui-types" } +af-sui-types = { version = "0.17.0", public = true, optional = true, path = "../af-sui-types" } cynic = { version = "3", public = true } sui-sdk-types = { version = "0.2", public = true } diff --git a/crates/sui-jsonrpc/CHANGELOG.md b/crates/sui-jsonrpc/CHANGELOG.md index fa51fbe4..c02cdd44 100644 --- a/crates/sui-jsonrpc/CHANGELOG.md +++ b/crates/sui-jsonrpc/CHANGELOG.md @@ -30,6 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.24.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-jsonrpc-v0.23.0...sui-jsonrpc-v0.24.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.23.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-jsonrpc-v0.22.0...sui-jsonrpc-v0.23.0) ### ⛰️ Features diff --git a/crates/sui-jsonrpc/Cargo.toml b/crates/sui-jsonrpc/Cargo.toml index 6d926d30..6045256c 100644 --- a/crates/sui-jsonrpc/Cargo.toml +++ b/crates/sui-jsonrpc/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Light-weight Sui JSON-RPC client by Aftermath Finance" name = "sui-jsonrpc" -version = "0.23.0" +version = "0.24.0" authors.workspace = true categories.workspace = true diff --git a/crates/switchboard-sui-sdk/CHANGELOG.md b/crates/switchboard-sui-sdk/CHANGELOG.md index 2cfce00f..60ad5d00 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.24](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/switchboard-sui-sdk-v0.0.23...switchboard-sui-sdk-v0.0.24) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.0.23](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/switchboard-sui-sdk-v0.0.22...switchboard-sui-sdk-v0.0.23) ### ⛰️ Features diff --git a/crates/switchboard-sui-sdk/Cargo.toml b/crates/switchboard-sui-sdk/Cargo.toml index c23e6a2a..30ed3ce9 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.23" +version = "0.0.24" authors.workspace = true categories.workspace = true @@ -31,14 +31,14 @@ ptb = ["bytes/serde", "dep:af-ptbuilder", "dep:bytes", "dep:extension-traits"] # 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-ptbuilder = { version = "11.0.0", public = true, optional = true, path = "../af-ptbuilder" } -af-sui-pkg-sdk = { version = "0.13.0", public = true, path = "../af-sui-pkg-sdk" } -move-stdlib-sdk = { version = "0.14.0", public = true, path = "../move-stdlib-sdk" } -sui-framework-sdk = { version = "0.15.0", public = true, path = "../sui-framework-sdk" } +af-ptbuilder = { version = "12.0.0", public = true, optional = true, path = "../af-ptbuilder" } +af-sui-pkg-sdk = { version = "0.14.0", public = true, path = "../af-sui-pkg-sdk" } +move-stdlib-sdk = { version = "0.15.0", public = true, path = "../move-stdlib-sdk" } +sui-framework-sdk = { version = "0.16.0", public = true, path = "../sui-framework-sdk" } sui-sdk-types = { version = "0.2", public = true } -af-move-type = { version = "0.16.0", path = "../af-move-type" } -af-sui-types = { version = "0.16.0", path = "../af-sui-types" } +af-move-type = { version = "0.17.0", path = "../af-move-type" } +af-sui-types = { version = "0.17.0", path = "../af-sui-types" } bcs = "0.1" hex = "0.4.3" diff --git a/crates/wormhole-sui-sdk/CHANGELOG.md b/crates/wormhole-sui-sdk/CHANGELOG.md index d1c8e47a..e815c104 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.16.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/wormhole-sui-sdk-v0.15.0...wormhole-sui-sdk-v0.16.0) + +### ⛰️ Features + +- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9)) + + ## [0.15.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/wormhole-sui-sdk-v0.14.0...wormhole-sui-sdk-v0.15.0) ### ⛰️ Features diff --git a/crates/wormhole-sui-sdk/Cargo.toml b/crates/wormhole-sui-sdk/Cargo.toml index aa0bf3f1..7a061a56 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.15.0" +version = "0.16.0" authors.workspace = true categories.workspace = true @@ -28,6 +28,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.13.0", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.15.0", public = true, path = "../sui-framework-sdk" } +af-sui-pkg-sdk = { version = "0.14.0", public = true, path = "../af-sui-pkg-sdk" } +sui-framework-sdk = { version = "0.16.0", public = true, path = "../sui-framework-sdk" } sui-sdk-types = { version = "0.2", public = true }