From 54d77e8c4ac88c54f8c8d839c705face355ead9a Mon Sep 17 00:00:00 2001 From: "release-plz-aftermath[bot]" <196440448+release-plz-aftermath[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 13:16:59 +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 | 20 ++++++++++---------- crates/af-keys/CHANGELOG.md | 7 +++++++ crates/af-keys/Cargo.toml | 2 +- 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 | 6 +++--- crates/af-oracle/CHANGELOG.md | 7 +++++++ crates/af-oracle/Cargo.toml | 18 +++++++++--------- 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/graphql-extract/CHANGELOG.md | 7 +++++++ crates/graphql-extract/Cargo.toml | 2 +- crates/move-stdlib-sdk/CHANGELOG.md | 7 +++++++ crates/move-stdlib-sdk/Cargo.toml | 4 ++-- crates/pyth-hermes-client/CHANGELOG.md | 7 +++++++ crates/pyth-hermes-client/Cargo.toml | 2 +- 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 | 14 +++++++------- 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 +++--- 44 files changed, 240 insertions(+), 86 deletions(-) diff --git a/crates/af-faucet/CHANGELOG.md b/crates/af-faucet/CHANGELOG.md index db4081a2..1f8f12f7 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-faucet-v0.17.0...af-faucet-v0.18.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.17.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-faucet-v0.16.0...af-faucet-v0.17.0) ### ⛰️ Features diff --git a/crates/af-faucet/Cargo.toml b/crates/af-faucet/Cargo.toml index 881e32a7..682b08f6 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.17.0" +version = "0.18.0" 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.14.0", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.16.0", public = true, path = "../sui-framework-sdk" } +af-sui-pkg-sdk = { version = "0.15.0", public = true, path = "../af-sui-pkg-sdk" } +sui-framework-sdk = { version = "0.17.0", 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 08413eb3..db8bb1d8 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.45.0...af-iperps-v0.46.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.45.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.44.0...af-iperps-v0.45.0) ### ⛰️ Features diff --git a/crates/af-iperps/Cargo.toml b/crates/af-iperps/Cargo.toml index 15d1ea50..b9b541cd 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.45.0" +version = "0.46.0" authors.workspace = true categories.workspace = true @@ -40,20 +40,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.14.0", public = true, path = "../af-sui-pkg-sdk" } -af-utilities = { version = "0.14.0", public = true, path = "../af-utilities" } +af-sui-pkg-sdk = { version = "0.15.0", 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.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-framework-sdk = { version = "0.17.0", 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.15.0", public = true, path = "../move-stdlib-sdk" } +move-stdlib-sdk = { version = "0.16.0", public = true, path = "../move-stdlib-sdk" } -af-move-type = { version = "0.17.0", path = "../af-move-type" } -af-sui-types = { version = "0.17.0", path = "../af-sui-types" } +af-move-type = { version = "0.18.0", path = "../af-move-type" } +af-sui-types = { version = "0.18.0", path = "../af-sui-types" } clap = { version = "4", features = ["derive"] } derive_more = { version = "2", features = ["display", "from", "is_variant", "try_into"] } @@ -67,7 +67,7 @@ async-stream = { version = "0.3", optional = true } cynic = { version = "3", optional = true } enum-as-inner = { version = "0.7", optional = true } futures = { version = "0.3", optional = true } -graphql-extract = { version = "0.0.11", path = "../graphql-extract", optional = true } +graphql-extract = { version = "0.0.12", path = "../graphql-extract", optional = true } # Stop Orders fastcrypto = { version = "0.1", optional = true } @@ -77,7 +77,7 @@ default-features = false features = ["build"] optional = true path = "../sui-gql-schema" -version = "0.17.0" +version = "0.18.0" [dev-dependencies] diff --git a/crates/af-keys/CHANGELOG.md b/crates/af-keys/CHANGELOG.md index 49777a26..9ed4db1c 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.17.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-keys-v0.16.0...af-keys-v0.17.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.16.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-keys-v0.15.0...af-keys-v0.16.0) ### ⛰️ Features diff --git a/crates/af-keys/Cargo.toml b/crates/af-keys/Cargo.toml index 357c7bfe..3d5555a1 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.16.0" +version = "0.17.0" authors.workspace = true categories.workspace = true diff --git a/crates/af-move-type-derive/CHANGELOG.md b/crates/af-move-type-derive/CHANGELOG.md index 7cd45d5a..a7b6e38f 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.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 + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.4.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-derive-v0.3.3...af-move-type-derive-v0.4.0) ### ⛰️ Features diff --git a/crates/af-move-type-derive/Cargo.toml b/crates/af-move-type-derive/Cargo.toml index a66c4702..7a997d87 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.4.0" +version = "0.5.0" authors.workspace = true categories.workspace = true diff --git a/crates/af-move-type/CHANGELOG.md b/crates/af-move-type/CHANGELOG.md index 724f1925..5e16a49c 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.18.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-v0.17.0...af-move-type-v0.18.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.17.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-v0.16.0...af-move-type-v0.17.0) ### ⛰️ Features diff --git a/crates/af-move-type/Cargo.toml b/crates/af-move-type/Cargo.toml index 379b964a..3a7f8645 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.17.0" +version = "0.18.0" authors.workspace = true categories.workspace = true @@ -27,11 +27,11 @@ 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.17.0", public = true, features = ["u256"], path = "../af-sui-types" } +af-sui-types = { version = "0.18.0", public = true, features = ["u256"], path = "../af-sui-types" } bcs = { version = "0.1", public = true } serde_json = { version = "1", public = true } -af-move-type-derive = { version = "0.4.0", path = "../af-move-type-derive" } +af-move-type-derive = { version = "0.5.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 85679c8c..c9cc3df4 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-oracle-v0.26.0...af-oracle-v0.27.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.26.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-oracle-v0.25.0...af-oracle-v0.26.0) ### ⛰️ Features diff --git a/crates/af-oracle/Cargo.toml b/crates/af-oracle/Cargo.toml index 9a12eab0..d3ba3977 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.26.0" +version = "0.27.0" authors.workspace = true categories.workspace = true @@ -42,14 +42,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.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" } +af-move-type = { version = "0.18", 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" } sui-sdk-types = { version = "0.3", public = true } -af-sui-types = { version = "0.17.0", path = "../af-sui-types" } -af-utilities = { version = "0.14.0", path = "../af-utilities" } +af-sui-types = { version = "0.18.0", path = "../af-sui-types" } +af-utilities = { version = "0.15.0", path = "../af-utilities" } derive_more = { version = "2", features = ["display", "from", "is_variant", "try_into"] } remain = "0.2" @@ -65,7 +65,7 @@ async-stream = { version = "0.3", optional = true } cynic = { version = "3", optional = true } enum-as-inner = { version = "0.7", optional = true } futures = { version = "0.3", optional = true } -graphql-extract = { version = "0.0.11", path = "../graphql-extract", optional = true } +graphql-extract = { version = "0.0.12", path = "../graphql-extract", optional = true } [build-dependencies.sui-gql-schema] @@ -73,7 +73,7 @@ default-features = false features = ["build"] optional = true path = "../sui-gql-schema" -version = "0.17" +version = "0.18" [dev-dependencies] diff --git a/crates/af-ptbuilder/CHANGELOG.md b/crates/af-ptbuilder/CHANGELOG.md index f72d07bc..66326b2e 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] +## [13.0.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-ptbuilder-v12.0.0...af-ptbuilder-v13.0.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [12.0.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-ptbuilder-v11.0.0...af-ptbuilder-v12.0.0) ### ⛰️ Features diff --git a/crates/af-ptbuilder/Cargo.toml b/crates/af-ptbuilder/Cargo.toml index d5d1aff6..f17ed12b 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 = "12.0.0" +version = "13.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 62076cfa..cd0aa813 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-pyth-wrapper-v0.27.0...af-pyth-wrapper-v0.28.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.27.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-pyth-wrapper-v0.26.0...af-pyth-wrapper-v0.27.0) ### ⛰️ Features diff --git a/crates/af-pyth-wrapper/Cargo.toml b/crates/af-pyth-wrapper/Cargo.toml index 14a95719..d30e4c31 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.27.0" +version = "0.28.0" authors.workspace = true categories.workspace = true @@ -38,15 +38,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 = "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" } +af-ptbuilder = { version = "13.0.0", public = true, optional = true, path = "../af-ptbuilder" } +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.16.0", path = "../sui-framework-sdk" } +sui-framework-sdk = { version = "0.17.0", path = "../sui-framework-sdk" } -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" } +af-move-type = { version = "0.18.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 } 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 ec7803ae..5903e72a 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-pkg-sdk-v0.14.0...af-sui-pkg-sdk-v0.15.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [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 diff --git a/crates/af-sui-pkg-sdk/Cargo.toml b/crates/af-sui-pkg-sdk/Cargo.toml index d837c984..fcd39b5a 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.14.0" +version = "0.15.0" authors.workspace = true categories.workspace = true @@ -28,8 +28,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.17.0", public = true, path = "../af-move-type" } -af-sui-types = { version = "0.17.0", public = true, features = ["u256"], path = "../af-sui-types" } +af-move-type = { version = "0.18.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` papergrid = { version = "0.17", public = true } diff --git a/crates/af-sui-types/CHANGELOG.md b/crates/af-sui-types/CHANGELOG.md index 16082c79..04a493fc 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.18.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-types-v0.17.0...af-sui-types-v0.18.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.17.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-types-v0.16.0...af-sui-types-v0.17.0) ### ⛰️ Features diff --git a/crates/af-sui-types/Cargo.toml b/crates/af-sui-types/Cargo.toml index fe1b6058..7f438575 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.17.0" +version = "0.18.0" authors.workspace = true categories.workspace = true diff --git a/crates/af-switchboard-wrapper/CHANGELOG.md b/crates/af-switchboard-wrapper/CHANGELOG.md index 1a69ce0a..70d5fbdd 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.34](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-switchboard-wrapper-v0.0.33...af-switchboard-wrapper-v0.0.34) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.0.33](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-switchboard-wrapper-v0.0.32...af-switchboard-wrapper-v0.0.33) ### ⛰️ Features diff --git a/crates/af-switchboard-wrapper/Cargo.toml b/crates/af-switchboard-wrapper/Cargo.toml index 547e1a5a..ce113209 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.33" +version = "0.0.34" authors.workspace = true categories.workspace = true @@ -38,15 +38,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 = "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" } +af-ptbuilder = { version = "13.0.0", public = true, optional = true, path = "../af-ptbuilder" } +af-sui-pkg-sdk = { version = "0.15.0", public = true, path = "../af-sui-pkg-sdk" } +sui-framework-sdk = { version = "0.17.0", 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 } extension-traits = { version = "2", optional = true } thiserror = { version = "2", optional = true } trait-variant = { version = "0.1", optional = true } -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" } +af-move-type = { version = "0.18.0", optional = true, path = "../af-move-type" } +af-sui-types = { version = "0.18.0", optional = true, path = "../af-sui-types" } diff --git a/crates/af-utilities/CHANGELOG.md b/crates/af-utilities/CHANGELOG.md index 6e73205f..41378383 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.15.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-utilities-v0.14.0...af-utilities-v0.15.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.14.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-utilities-v0.13.0...af-utilities-v0.14.0) ### ⛰️ Features diff --git a/crates/af-utilities/Cargo.toml b/crates/af-utilities/Cargo.toml index fe8f75b3..eb5728ea 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.14.0" +version = "0.15.0" 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-types = { version = "0.17.0", public = true, features = ["u256"], path = "../af-sui-types" } +af-sui-types = { version = "0.18.0", public = true, features = ["u256"], path = "../af-sui-types" } num-traits = { version = "0.2", public = true } sui-sdk-types = { version = "0.3", public = true } diff --git a/crates/graphql-extract/CHANGELOG.md b/crates/graphql-extract/CHANGELOG.md index 141149fa..095ae2d2 100644 --- a/crates/graphql-extract/CHANGELOG.md +++ b/crates/graphql-extract/CHANGELOG.md @@ -32,6 +32,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.12](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/graphql-extract-v0.0.11...graphql-extract-v0.0.12) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.0.11](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/graphql-extract-v0.0.10...graphql-extract-v0.0.11) ### 🧪 Testing diff --git a/crates/graphql-extract/Cargo.toml b/crates/graphql-extract/Cargo.toml index b9c45fe8..b885745c 100644 --- a/crates/graphql-extract/Cargo.toml +++ b/crates/graphql-extract/Cargo.toml @@ -2,7 +2,7 @@ autotests = false description = "Macro to extract data from deeply nested types representing GraphQL results" name = "graphql-extract" -version = "0.0.11" +version = "0.0.12" authors.workspace = true categories.workspace = true diff --git a/crates/move-stdlib-sdk/CHANGELOG.md b/crates/move-stdlib-sdk/CHANGELOG.md index 2f16ad6d..d6014eec 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/move-stdlib-sdk-v0.15.0...move-stdlib-sdk-v0.16.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.15.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/move-stdlib-sdk-v0.14.0...move-stdlib-sdk-v0.15.0) ### ⛰️ Features diff --git a/crates/move-stdlib-sdk/Cargo.toml b/crates/move-stdlib-sdk/Cargo.toml index 1ab99bbc..c07b7692 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.15.0" +version = "0.16.0" 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.14.0", public = true, path = "../af-sui-pkg-sdk" } +af-sui-pkg-sdk = { version = "0.15.0", public = true, path = "../af-sui-pkg-sdk" } sui-sdk-types = { version = "0.3", public = true } thiserror = "2" diff --git a/crates/pyth-hermes-client/CHANGELOG.md b/crates/pyth-hermes-client/CHANGELOG.md index 8fed9e4b..3fb1a302 100644 --- a/crates/pyth-hermes-client/CHANGELOG.md +++ b/crates/pyth-hermes-client/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/pyth-hermes-client-v0.5.3...pyth-hermes-client-v0.6.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.5.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/pyth-hermes-client-v0.5.2...pyth-hermes-client-v0.5.3) ### ⚙️ Miscellaneous Tasks diff --git a/crates/pyth-hermes-client/Cargo.toml b/crates/pyth-hermes-client/Cargo.toml index e1399a1f..5375a29c 100644 --- a/crates/pyth-hermes-client/Cargo.toml +++ b/crates/pyth-hermes-client/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Pyth Hermes client by AftermathFinance" name = "pyth-hermes-client" -version = "0.5.3" +version = "0.6.0" authors.workspace = true categories.workspace = true diff --git a/crates/pyth-sui-sdk/CHANGELOG.md b/crates/pyth-sui-sdk/CHANGELOG.md index 1b916671..152f809e 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/pyth-sui-sdk-v0.25.0...pyth-sui-sdk-v0.26.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.25.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/pyth-sui-sdk-v0.24.0...pyth-sui-sdk-v0.25.0) ### ⛰️ Features diff --git a/crates/pyth-sui-sdk/Cargo.toml b/crates/pyth-sui-sdk/Cargo.toml index 81d126e3..f78ca9f7 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.25.0" +version = "0.26.0" authors.workspace = true categories.workspace = true @@ -32,20 +32,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 = "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" } +af-ptbuilder = { version = "13.0.0", public = true, optional = true, path = "../af-ptbuilder" } +af-sui-types = { version = "0.18.0", public = true, path = "../af-sui-types" } +af-utilities = { version = "0.15", 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.24.0", public = true, default-features = false, optional = true, path = "../sui-jsonrpc" } +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.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" } +af-move-type = { version = "0.18", 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" } serde = "1" thiserror = "2" diff --git a/crates/sui-framework-sdk/CHANGELOG.md b/crates/sui-framework-sdk/CHANGELOG.md index a272abd5..f7a8e41d 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-framework-sdk-v0.16.0...sui-framework-sdk-v0.17.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.16.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-framework-sdk-v0.15.0...sui-framework-sdk-v0.16.0) ### ⛰️ Features diff --git a/crates/sui-framework-sdk/Cargo.toml b/crates/sui-framework-sdk/Cargo.toml index 15bb1725..8d7c019f 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.16.0" +version = "0.17.0" 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.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" } +af-move-type = { version = "0.18.0", public = true, path = "../af-move-type" } +af-sui-pkg-sdk = { version = "0.15.0", 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.0", 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 4e0e0acc..9ecff924 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-client-v0.25.1...sui-gql-client-v0.26.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.25.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-client-v0.25.0...sui-gql-client-v0.25.1) ### ⚙️ Miscellaneous Tasks diff --git a/crates/sui-gql-client/Cargo.toml b/crates/sui-gql-client/Cargo.toml index adba1843..fa40a5a1 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.25.1" +version = "0.26.0" authors.workspace = true categories.workspace = true @@ -30,8 +30,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.17.0", public = true, path = "../af-move-type" } -af-sui-types = { version = "0.17.0", public = true, path = "../af-sui-types", features = ["hash"] } +af-move-type = { version = "0.18.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"] } enum-as-inner = { version = "0.7" } @@ -39,13 +39,13 @@ futures-core = { version = "0.3", public = true } reqwest = { version = "0.13", public = true, default-features = false } serde = { version = "1", public = true } serde_json = { version = "1", public = true } -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 = [ +sui-framework-sdk = { version = "0.17", path = "../sui-framework-sdk" } +sui-gql-schema = { version = "0.18.0", public = true, default-features = false, path = "../sui-gql-schema", features = [ "scalars", ] } sui-sdk-types = { version = "0.3", public = true, features = ["hash"] } -graphql-extract = { version = "0.0.11", path = "../graphql-extract" } +graphql-extract = { version = "0.0.12", path = "../graphql-extract" } async-stream = { version = "0.3" } bcs = { version = "0.1" } @@ -63,7 +63,7 @@ trait-variant = "0.1" default-features = false features = ["build"] path = "../sui-gql-schema" -version = "0.17.0" +version = "0.18.0" [dev-dependencies] diff --git a/crates/sui-gql-schema/CHANGELOG.md b/crates/sui-gql-schema/CHANGELOG.md index ed6d73ea..33a4d13b 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.18.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-schema-v0.17.0...sui-gql-schema-v0.18.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.17.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-schema-v0.16.0...sui-gql-schema-v0.17.0) ### ⛰️ Features diff --git a/crates/sui-gql-schema/Cargo.toml b/crates/sui-gql-schema/Cargo.toml index a2295250..979f8369 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.17.0" +version = "0.18.0" authors.workspace = true categories.workspace = true @@ -42,7 +42,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.17.0", public = true, optional = true, path = "../af-sui-types" } +af-sui-types = { version = "0.18.0", public = true, optional = true, path = "../af-sui-types" } cynic = { version = "3", public = true } sui-sdk-types = { version = "0.3", public = true } diff --git a/crates/sui-jsonrpc/CHANGELOG.md b/crates/sui-jsonrpc/CHANGELOG.md index c02cdd44..3cae73d4 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.25.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-jsonrpc-v0.24.0...sui-jsonrpc-v0.25.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.24.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-jsonrpc-v0.23.0...sui-jsonrpc-v0.24.0) ### ⛰️ Features diff --git a/crates/sui-jsonrpc/Cargo.toml b/crates/sui-jsonrpc/Cargo.toml index e60143e6..b89100d7 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.24.0" +version = "0.25.0" authors.workspace = true categories.workspace = true diff --git a/crates/switchboard-sui-sdk/CHANGELOG.md b/crates/switchboard-sui-sdk/CHANGELOG.md index 60ad5d00..2c379af4 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.25](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/switchboard-sui-sdk-v0.0.24...switchboard-sui-sdk-v0.0.25) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.0.24](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/switchboard-sui-sdk-v0.0.23...switchboard-sui-sdk-v0.0.24) ### ⛰️ Features diff --git a/crates/switchboard-sui-sdk/Cargo.toml b/crates/switchboard-sui-sdk/Cargo.toml index 51f405df..113fa1fe 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.24" +version = "0.0.25" authors.workspace = true categories.workspace = true @@ -30,14 +30,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 = "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" } +af-ptbuilder = { version = "13.0.0", public = true, optional = true, path = "../af-ptbuilder" } +af-sui-pkg-sdk = { version = "0.15.0", public = true, path = "../af-sui-pkg-sdk" } +move-stdlib-sdk = { version = "0.16.0", public = true, path = "../move-stdlib-sdk" } +sui-framework-sdk = { version = "0.17.0", public = true, path = "../sui-framework-sdk" } sui-sdk-types = { version = "0.3", public = true } -af-move-type = { version = "0.17.0", path = "../af-move-type" } -af-sui-types = { version = "0.17.0", path = "../af-sui-types" } +af-move-type = { version = "0.18.0", path = "../af-move-type" } +af-sui-types = { version = "0.18.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 e815c104..f069c308 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/wormhole-sui-sdk-v0.16.0...wormhole-sui-sdk-v0.17.0) + +### ⛰️ Features + +- [**breaking**] Use stable Rust, update dependencies - ([1592fab](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/1592fab34eec5a2b67b1386471c037f034d1f8b4)) + + ## [0.16.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/wormhole-sui-sdk-v0.15.0...wormhole-sui-sdk-v0.16.0) ### ⛰️ Features diff --git a/crates/wormhole-sui-sdk/Cargo.toml b/crates/wormhole-sui-sdk/Cargo.toml index 5e9b5e2a..de066afe 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.16.0" +version = "0.17.0" 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.14.0", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.16.0", public = true, path = "../sui-framework-sdk" } +af-sui-pkg-sdk = { version = "0.15.0", public = true, path = "../af-sui-pkg-sdk" } +sui-framework-sdk = { version = "0.17.0", public = true, path = "../sui-framework-sdk" } sui-sdk-types = { version = "0.3", public = true }