From 3818fea9c9de6c82e31d0c26c76975ba67dab295 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 21:37:51 +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-oracle/CHANGELOG.md | 7 +++++++ crates/af-oracle/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/pyth-sui-sdk/CHANGELOG.md | 7 +++++++ crates/pyth-sui-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 +++--- 28 files changed, 138 insertions(+), 40 deletions(-) diff --git a/crates/af-faucet/CHANGELOG.md b/crates/af-faucet/CHANGELOG.md index 9091e01c..a4360a20 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.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-faucet-v0.18.1...af-faucet-v0.18.2) + +### ⚙️ 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-faucet-v0.18.0...af-faucet-v0.18.1) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-faucet/Cargo.toml b/crates/af-faucet/Cargo.toml index d5c20b72..2842d0fd 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.1" +version = "0.18.2" 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.1", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.17.1", public = true, path = "../sui-framework-sdk" } +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" } sui-sdk-types = { version = "0.3", public = true } diff --git a/crates/af-iperps/CHANGELOG.md b/crates/af-iperps/CHANGELOG.md index f5b9d6e2..00357e24 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.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.46.1...af-iperps-v0.46.2) + +### ⚙️ 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.46.0...af-iperps-v0.46.1) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-iperps/Cargo.toml b/crates/af-iperps/Cargo.toml index 96a07962..ee81f601 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.1" +version = "0.46.2" 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.1", public = true, path = "../af-sui-pkg-sdk" } +af-sui-pkg-sdk = { version = "0.15.2", 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.1", public = true, path = "../sui-framework-sdk" } +sui-framework-sdk = { version = "0.17.2", 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.1", public = true, path = "../move-stdlib-sdk" } +move-stdlib-sdk = { version = "0.16.2", public = true, path = "../move-stdlib-sdk" } -af-move-type = { version = "0.18.1", path = "../af-move-type" } +af-move-type = { version = "0.19.0", 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 a7b6e38f..a238b933 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-derive-v0.5.0...af-move-type-derive-v0.6.0) + +### ⛰️ Features + +- *(af-move-type)* [**breaking**] Add non-allocating `MoveTypeTag::matches` - ([64b668c](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/64b668c77c5b66634cd5578ac998d920bb825b84)) + + ## [0.5.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-derive-v0.4.0...af-move-type-derive-v0.5.0) ### ⛰️ Features diff --git a/crates/af-move-type-derive/Cargo.toml b/crates/af-move-type-derive/Cargo.toml index 7a997d87..6e1f4ceb 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.5.0" +version = "0.6.0" authors.workspace = true categories.workspace = true diff --git a/crates/af-move-type/CHANGELOG.md b/crates/af-move-type/CHANGELOG.md index a6664971..2e081a63 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-v0.18.1...af-move-type-v0.19.0) + +### ⛰️ Features + +- *(af-move-type)* [**breaking**] Add non-allocating `MoveTypeTag::matches` - ([64b668c](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/64b668c77c5b66634cd5578ac998d920bb825b84)) + + ## [0.18.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-v0.18.0...af-move-type-v0.18.1) ### ⛰️ Features diff --git a/crates/af-move-type/Cargo.toml b/crates/af-move-type/Cargo.toml index 1d0663a2..a1c5fb02 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.18.1" +version = "0.19.0" 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.5.0", path = "../af-move-type-derive" } +af-move-type-derive = { version = "0.6.0", path = "../af-move-type-derive" } derive-where = "1" derive_more = { version = "2", features = ["deref", "deref_mut", "from", "into"] } diff --git a/crates/af-oracle/CHANGELOG.md b/crates/af-oracle/CHANGELOG.md index c9cc3df4..9d5c8588 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.27.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-oracle-v0.27.0...af-oracle-v0.27.1) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-move-type - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.27.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-oracle-v0.26.0...af-oracle-v0.27.0) ### ⛰️ Features diff --git a/crates/af-oracle/Cargo.toml b/crates/af-oracle/Cargo.toml index d3ba3977..baf4b91c 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.27.0" +version = "0.27.1" authors.workspace = true categories.workspace = true @@ -42,7 +42,7 @@ 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.18", public = true, path = "../af-move-type" } +af-move-type = { version = "0.19", public = true, path = "../af-move-type" } af-sui-pkg-sdk = { version = "0.15", public = true, path = "../af-sui-pkg-sdk" } sui-framework-sdk = { version = "0.17", public = true, path = "../sui-framework-sdk" } sui-gql-client = { version = "0.26", public = true, optional = true, default-features = false, path = "../sui-gql-client" } diff --git a/crates/af-pyth-wrapper/CHANGELOG.md b/crates/af-pyth-wrapper/CHANGELOG.md index 83567509..15e196eb 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.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-pyth-wrapper-v0.28.1...af-pyth-wrapper-v0.28.2) + +### ⚙️ 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-pyth-wrapper-v0.28.0...af-pyth-wrapper-v0.28.1) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-pyth-wrapper/Cargo.toml b/crates/af-pyth-wrapper/Cargo.toml index 39927bda..c9522a24 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.1" +version = "0.28.2" 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.1", path = "../sui-framework-sdk" } +sui-framework-sdk = { version = "0.17.2", path = "../sui-framework-sdk" } -af-move-type = { version = "0.18.1", optional = true, path = "../af-move-type" } +af-move-type = { version = "0.19.0", 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 44d80f6d..b7d20867 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.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 + +- Updated the following local packages: af-move-type - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.15.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-pkg-sdk-v0.15.0...af-sui-pkg-sdk-v0.15.1) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-sui-pkg-sdk/Cargo.toml b/crates/af-sui-pkg-sdk/Cargo.toml index 047c9889..d4b8220c 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.1" +version = "0.15.2" 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.18.1", public = true, path = "../af-move-type" } +af-move-type = { version = "0.19.0", 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 8c6e3983..7b1b17d1 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.36](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-switchboard-wrapper-v0.0.35...af-switchboard-wrapper-v0.0.36) + +### ⚙️ 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.35](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-switchboard-wrapper-v0.0.34...af-switchboard-wrapper-v0.0.35) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-switchboard-wrapper/Cargo.toml b/crates/af-switchboard-wrapper/Cargo.toml index 3c80fb2a..18471be0 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.35" +version = "0.0.36" 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.1", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.17.1", public = true, path = "../sui-framework-sdk" } +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" } 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.18.1", optional = true, path = "../af-move-type" } +af-move-type = { version = "0.19.0", 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 a7821de4..14544a8f 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.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/move-stdlib-sdk-v0.16.1...move-stdlib-sdk-v0.16.2) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-sui-pkg-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.16.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/move-stdlib-sdk-v0.16.0...move-stdlib-sdk-v0.16.1) ### ⚙️ Miscellaneous Tasks diff --git a/crates/move-stdlib-sdk/Cargo.toml b/crates/move-stdlib-sdk/Cargo.toml index b1ffe4b0..acd8cbcd 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.1" +version = "0.16.2" 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.1", public = true, path = "../af-sui-pkg-sdk" } +af-sui-pkg-sdk = { version = "0.15.2", public = true, path = "../af-sui-pkg-sdk" } sui-sdk-types = { version = "0.3", public = true } thiserror = "2" diff --git a/crates/pyth-sui-sdk/CHANGELOG.md b/crates/pyth-sui-sdk/CHANGELOG.md index 152f809e..98c582d9 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.26.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/pyth-sui-sdk-v0.26.0...pyth-sui-sdk-v0.26.1) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-move-type - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.26.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/pyth-sui-sdk-v0.25.0...pyth-sui-sdk-v0.26.0) ### ⛰️ Features diff --git a/crates/pyth-sui-sdk/Cargo.toml b/crates/pyth-sui-sdk/Cargo.toml index f78ca9f7..e35b874e 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.26.0" +version = "0.26.1" authors.workspace = true categories.workspace = true @@ -42,7 +42,7 @@ pyth-sdk = { version = "0.8", public = true, optional = true } sui-jsonrpc = { version = "0.25.0", public = true, default-features = false, optional = true, path = "../sui-jsonrpc" } sui-sdk-types = { version = "0.3", public = true } -af-move-type = { version = "0.18", path = "../af-move-type" } +af-move-type = { version = "0.19", path = "../af-move-type" } af-sui-pkg-sdk = { version = "0.15", path = "../af-sui-pkg-sdk" } sui-framework-sdk = { version = "0.17", path = "../sui-framework-sdk" } wormhole-sui-sdk = { version = "0.17", path = "../wormhole-sui-sdk" } diff --git a/crates/sui-framework-sdk/CHANGELOG.md b/crates/sui-framework-sdk/CHANGELOG.md index 16e0de22..91750889 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.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-framework-sdk-v0.17.1...sui-framework-sdk-v0.17.2) + +### ⚙️ 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-framework-sdk-v0.17.0...sui-framework-sdk-v0.17.1) ### ⚙️ Miscellaneous Tasks diff --git a/crates/sui-framework-sdk/Cargo.toml b/crates/sui-framework-sdk/Cargo.toml index 0f21493b..dc5b89e4 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.1" +version = "0.17.2" 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.18.1", public = true, path = "../af-move-type" } -af-sui-pkg-sdk = { version = "0.15.1", public = true, path = "../af-sui-pkg-sdk" } +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-sui-types = { version = "0.18.0", public = true, path = "../af-sui-types" } -move-stdlib-sdk = { version = "0.16.1", public = true, path = "../move-stdlib-sdk" } +move-stdlib-sdk = { version = "0.16.2", 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 e0092e99..5e0c2a80 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.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-client-v0.26.1...sui-gql-client-v0.26.2) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-move-type - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.26.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-client-v0.26.0...sui-gql-client-v0.26.1) ### ⚙️ Miscellaneous Tasks diff --git a/crates/sui-gql-client/Cargo.toml b/crates/sui-gql-client/Cargo.toml index db0bf8f6..f9c32476 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.1" +version = "0.26.2" 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.18.1", public = true, path = "../af-move-type" } +af-move-type = { version = "0.19.0", 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 92965d9d..be81b65f 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.27](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/switchboard-sui-sdk-v0.0.26...switchboard-sui-sdk-v0.0.27) + +### ⚙️ 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.26](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/switchboard-sui-sdk-v0.0.25...switchboard-sui-sdk-v0.0.26) ### ⚙️ Miscellaneous Tasks diff --git a/crates/switchboard-sui-sdk/Cargo.toml b/crates/switchboard-sui-sdk/Cargo.toml index 7051d9cb..6b28d308 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.26" +version = "0.0.27" 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.1", public = true, path = "../af-sui-pkg-sdk" } -move-stdlib-sdk = { version = "0.16.1", public = true, path = "../move-stdlib-sdk" } -sui-framework-sdk = { version = "0.17.1", public = true, path = "../sui-framework-sdk" } +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" } sui-sdk-types = { version = "0.3", public = true } -af-move-type = { version = "0.18.1", path = "../af-move-type" } +af-move-type = { version = "0.19.0", 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 be040c42..cbde1006 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.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/wormhole-sui-sdk-v0.17.1...wormhole-sui-sdk-v0.17.2) + +### ⚙️ 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/wormhole-sui-sdk-v0.17.0...wormhole-sui-sdk-v0.17.1) ### ⚙️ Miscellaneous Tasks diff --git a/crates/wormhole-sui-sdk/Cargo.toml b/crates/wormhole-sui-sdk/Cargo.toml index be7952a3..b74542ee 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.1" +version = "0.17.2" 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.1", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.17.1", public = true, path = "../sui-framework-sdk" } +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" } sui-sdk-types = { version = "0.3", public = true }