diff --git a/crates/af-faucet/CHANGELOG.md b/crates/af-faucet/CHANGELOG.md index 1f8f12f7..9091e01c 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-faucet-v0.18.0...af-faucet-v0.18.1) + +### ⚙️ 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-faucet-v0.17.0...af-faucet-v0.18.0) ### ⛰️ Features diff --git a/crates/af-faucet/Cargo.toml b/crates/af-faucet/Cargo.toml index 682b08f6..d5c20b72 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.0" +version = "0.18.1" 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.0", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.17.0", public = true, path = "../sui-framework-sdk" } +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" } sui-sdk-types = { version = "0.3", public = true } diff --git a/crates/af-iperps/CHANGELOG.md b/crates/af-iperps/CHANGELOG.md index db8bb1d8..f5b9d6e2 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.46.0...af-iperps-v0.46.1) + +### ⚙️ 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.45.0...af-iperps-v0.46.0) ### ⛰️ Features diff --git a/crates/af-iperps/Cargo.toml b/crates/af-iperps/Cargo.toml index b9b541cd..96a07962 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.0" +version = "0.46.1" 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.0", public = true, path = "../af-sui-pkg-sdk" } +af-sui-pkg-sdk = { version = "0.15.1", 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.0", public = true, path = "../sui-framework-sdk" } +sui-framework-sdk = { version = "0.17.1", 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.0", public = true, path = "../move-stdlib-sdk" } +move-stdlib-sdk = { version = "0.16.1", public = true, path = "../move-stdlib-sdk" } -af-move-type = { version = "0.18.0", path = "../af-move-type" } +af-move-type = { version = "0.18.1", path = "../af-move-type" } af-sui-types = { version = "0.18.0", path = "../af-sui-types" } clap = { version = "4", features = ["derive"] } diff --git a/crates/af-move-type/CHANGELOG.md b/crates/af-move-type/CHANGELOG.md index 5e16a49c..a6664971 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-v0.18.0...af-move-type-v0.18.1) + +### ⛰️ Features + +- *(af-move-type)* Add AnyT - ([95dd0d4](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/95dd0d40b0be4e942a51591a5950c757c6650e5f)) + + ## [0.18.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-v0.17.0...af-move-type-v0.18.0) ### ⛰️ Features diff --git a/crates/af-move-type/Cargo.toml b/crates/af-move-type/Cargo.toml index 3a7f8645..1d0663a2 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.0" +version = "0.18.1" authors.workspace = true categories.workspace = true diff --git a/crates/af-pyth-wrapper/CHANGELOG.md b/crates/af-pyth-wrapper/CHANGELOG.md index cd0aa813..83567509 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-pyth-wrapper-v0.28.0...af-pyth-wrapper-v0.28.1) + +### ⚙️ 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-pyth-wrapper-v0.27.0...af-pyth-wrapper-v0.28.0) ### ⛰️ Features diff --git a/crates/af-pyth-wrapper/Cargo.toml b/crates/af-pyth-wrapper/Cargo.toml index d30e4c31..39927bda 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.0" +version = "0.28.1" 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.0", path = "../sui-framework-sdk" } +sui-framework-sdk = { version = "0.17.1", path = "../sui-framework-sdk" } -af-move-type = { version = "0.18.0", optional = true, path = "../af-move-type" } +af-move-type = { version = "0.18.1", optional = true, path = "../af-move-type" } af-sui-types = { version = "0.18.0", optional = true, path = "../af-sui-types" } extension-traits = { version = "2", optional = true } thiserror = { version = "2", optional = true } diff --git a/crates/af-sui-pkg-sdk/CHANGELOG.md b/crates/af-sui-pkg-sdk/CHANGELOG.md index 5903e72a..44d80f6d 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.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 + +- Updated the following local packages: af-move-type - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [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 diff --git a/crates/af-sui-pkg-sdk/Cargo.toml b/crates/af-sui-pkg-sdk/Cargo.toml index fcd39b5a..047c9889 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.0" +version = "0.15.1" 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.0", public = true, path = "../af-move-type" } +af-move-type = { version = "0.18.1", public = true, path = "../af-move-type" } af-sui-types = { version = "0.18.0", public = true, features = ["u256"], path = "../af-sui-types" } tabled = { version = "0.20", public = true } # Because of `tabled` diff --git a/crates/af-switchboard-wrapper/CHANGELOG.md b/crates/af-switchboard-wrapper/CHANGELOG.md index 70d5fbdd..8c6e3983 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.35](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-switchboard-wrapper-v0.0.34...af-switchboard-wrapper-v0.0.35) + +### ⚙️ 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.34](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-switchboard-wrapper-v0.0.33...af-switchboard-wrapper-v0.0.34) ### ⛰️ Features diff --git a/crates/af-switchboard-wrapper/Cargo.toml b/crates/af-switchboard-wrapper/Cargo.toml index ce113209..3c80fb2a 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.34" +version = "0.0.35" 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.0", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.17.0", public = true, path = "../sui-framework-sdk" } +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" } 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.0", optional = true, path = "../af-move-type" } +af-move-type = { version = "0.18.1", optional = true, path = "../af-move-type" } af-sui-types = { version = "0.18.0", optional = true, path = "../af-sui-types" } diff --git a/crates/move-stdlib-sdk/CHANGELOG.md b/crates/move-stdlib-sdk/CHANGELOG.md index d6014eec..a7821de4 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/move-stdlib-sdk-v0.16.0...move-stdlib-sdk-v0.16.1) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-sui-pkg-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.16.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/move-stdlib-sdk-v0.15.0...move-stdlib-sdk-v0.16.0) ### ⛰️ Features diff --git a/crates/move-stdlib-sdk/Cargo.toml b/crates/move-stdlib-sdk/Cargo.toml index c07b7692..b1ffe4b0 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.0" +version = "0.16.1" 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.0", public = true, path = "../af-sui-pkg-sdk" } +af-sui-pkg-sdk = { version = "0.15.1", public = true, path = "../af-sui-pkg-sdk" } sui-sdk-types = { version = "0.3", public = true } thiserror = "2" diff --git a/crates/sui-framework-sdk/CHANGELOG.md b/crates/sui-framework-sdk/CHANGELOG.md index f7a8e41d..16e0de22 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-framework-sdk-v0.17.0...sui-framework-sdk-v0.17.1) + +### ⚙️ 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-framework-sdk-v0.16.0...sui-framework-sdk-v0.17.0) ### ⛰️ Features diff --git a/crates/sui-framework-sdk/Cargo.toml b/crates/sui-framework-sdk/Cargo.toml index 8d7c019f..0f21493b 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.0" +version = "0.17.1" 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.0", public = true, path = "../af-move-type" } -af-sui-pkg-sdk = { version = "0.15.0", public = true, path = "../af-sui-pkg-sdk" } +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-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" } +move-stdlib-sdk = { version = "0.16.1", 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 9ecff924..e0092e99 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-client-v0.26.0...sui-gql-client-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/sui-gql-client-v0.25.1...sui-gql-client-v0.26.0) ### ⛰️ Features diff --git a/crates/sui-gql-client/Cargo.toml b/crates/sui-gql-client/Cargo.toml index fa40a5a1..db0bf8f6 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.0" +version = "0.26.1" 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.0", public = true, path = "../af-move-type" } +af-move-type = { version = "0.18.1", public = true, path = "../af-move-type" } af-sui-types = { version = "0.18.0", public = true, path = "../af-sui-types", features = ["hash"] } bimap = { version = "0.6", public = true } cynic = { version = "3", public = true, features = ["http-reqwest"] } diff --git a/crates/switchboard-sui-sdk/CHANGELOG.md b/crates/switchboard-sui-sdk/CHANGELOG.md index 2c379af4..92965d9d 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.26](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/switchboard-sui-sdk-v0.0.25...switchboard-sui-sdk-v0.0.26) + +### ⚙️ 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.25](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/switchboard-sui-sdk-v0.0.24...switchboard-sui-sdk-v0.0.25) ### ⛰️ Features diff --git a/crates/switchboard-sui-sdk/Cargo.toml b/crates/switchboard-sui-sdk/Cargo.toml index 113fa1fe..7051d9cb 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.25" +version = "0.0.26" 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.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" } +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" } sui-sdk-types = { version = "0.3", public = true } -af-move-type = { version = "0.18.0", path = "../af-move-type" } +af-move-type = { version = "0.18.1", path = "../af-move-type" } af-sui-types = { version = "0.18.0", path = "../af-sui-types" } bcs = "0.1" diff --git a/crates/wormhole-sui-sdk/CHANGELOG.md b/crates/wormhole-sui-sdk/CHANGELOG.md index f069c308..be040c42 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/wormhole-sui-sdk-v0.17.0...wormhole-sui-sdk-v0.17.1) + +### ⚙️ 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.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/wormhole-sui-sdk-v0.16.0...wormhole-sui-sdk-v0.17.0) ### ⛰️ Features diff --git a/crates/wormhole-sui-sdk/Cargo.toml b/crates/wormhole-sui-sdk/Cargo.toml index de066afe..be7952a3 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.0" +version = "0.17.1" 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.0", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.17.0", public = true, path = "../sui-framework-sdk" } +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" } sui-sdk-types = { version = "0.3", public = true }