diff --git a/crates/af-faucet/CHANGELOG.md b/crates/af-faucet/CHANGELOG.md index f03b7261..dab5454b 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.4](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-faucet-v0.18.3...af-faucet-v0.18.4) + +### ⚙️ 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.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-faucet-v0.18.2...af-faucet-v0.18.3) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-faucet/Cargo.toml b/crates/af-faucet/Cargo.toml index 7c8e098a..5a3d04d6 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.3" +version = "0.18.4" 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.3", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.17.3", public = true, path = "../sui-framework-sdk" } +af-sui-pkg-sdk = { version = "0.15.4", public = true, path = "../af-sui-pkg-sdk" } +sui-framework-sdk = { version = "0.17.4", 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 94aae2b6..c8111232 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.4](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.46.3...af-iperps-v0.46.4) + +### ⛰️ Features + +- Update dependencies, fix clippy warnings - ([a3fa27f](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/a3fa27f8472853312f0611f97508232d51a3a0ce)) + + ## [0.46.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.46.2...af-iperps-v0.46.3) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-iperps/Cargo.toml b/crates/af-iperps/Cargo.toml index 22e14c6f..0d7599a1 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.3" +version = "0.46.4" authors.workspace = true categories.workspace = true @@ -40,20 +40,20 @@ stop-orders = [] # 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.3", public = true, path = "../af-sui-pkg-sdk" } -af-utilities = { version = "0.15.0", public = true, path = "../af-utilities" } +af-sui-pkg-sdk = { version = "0.15.4", public = true, path = "../af-sui-pkg-sdk" } +af-utilities = { version = "0.15.1", 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.3", public = true, path = "../sui-framework-sdk" } +sui-framework-sdk = { version = "0.17.4", 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, features = ["hash"] } # TODO: remove this after using Rust's `Option` (see TODO in `lib.rs`) -move-stdlib-sdk = { version = "0.16.3", public = true, path = "../move-stdlib-sdk" } +move-stdlib-sdk = { version = "0.16.4", public = true, path = "../move-stdlib-sdk" } -af-move-type = { version = "0.19.1", path = "../af-move-type" } -af-sui-types = { version = "0.18.0", path = "../af-sui-types" } +af-move-type = { version = "0.19.2", path = "../af-move-type" } +af-sui-types = { version = "0.18.1", path = "../af-sui-types" } clap = { version = "4", features = ["derive"] } derive_more = { version = "2", features = ["display", "from", "is_variant", "try_into"] } @@ -67,14 +67,14 @@ 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.12", path = "../graphql-extract", optional = true } +graphql-extract = { version = "0.0.13", path = "../graphql-extract", optional = true } [build-dependencies.sui-gql-schema] default-features = false features = ["build"] optional = true path = "../sui-gql-schema" -version = "0.18.0" +version = "0.18.1" [dev-dependencies] diff --git a/crates/af-move-type/CHANGELOG.md b/crates/af-move-type/CHANGELOG.md index c7831697..6fcb3c7a 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.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-v0.19.1...af-move-type-v0.19.2) + +### ⛰️ Features + +- Update dependencies, fix clippy warnings - ([a3fa27f](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/a3fa27f8472853312f0611f97508232d51a3a0ce)) + + ## [0.19.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-v0.19.0...af-move-type-v0.19.1) ### ⛰️ Features diff --git a/crates/af-move-type/Cargo.toml b/crates/af-move-type/Cargo.toml index 771d8833..0ba29993 100644 --- a/crates/af-move-type/Cargo.toml +++ b/crates/af-move-type/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Standard for representing Move types (`MoveType`) off-chain and their type tags." name = "af-move-type" -version = "0.19.1" +version = "0.19.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-types = { version = "0.18.0", public = true, features = ["u256"], path = "../af-sui-types" } +af-sui-types = { version = "0.18.1", public = true, features = ["u256"], path = "../af-sui-types" } bcs = { version = "0.1", public = true } serde_json = { version = "1", public = true } diff --git a/crates/af-oracle/CHANGELOG.md b/crates/af-oracle/CHANGELOG.md index 9d5c8588..339b5594 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.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-oracle-v0.27.1...af-oracle-v0.27.2) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-sui-types, graphql-extract, af-utilities - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.27.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-oracle-v0.27.0...af-oracle-v0.27.1) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-oracle/Cargo.toml b/crates/af-oracle/Cargo.toml index baf4b91c..d0ffe3d0 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.1" +version = "0.27.2" authors.workspace = true categories.workspace = true @@ -48,8 +48,8 @@ sui-framework-sdk = { version = "0.17", public = true, path = "../sui-framework- 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.18.0", path = "../af-sui-types" } -af-utilities = { version = "0.15.0", path = "../af-utilities" } +af-sui-types = { version = "0.18.1", path = "../af-sui-types" } +af-utilities = { version = "0.15.1", 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.12", path = "../graphql-extract", optional = true } +graphql-extract = { version = "0.0.13", path = "../graphql-extract", optional = true } [build-dependencies.sui-gql-schema] diff --git a/crates/af-ptbuilder/CHANGELOG.md b/crates/af-ptbuilder/CHANGELOG.md index 66326b2e..a98fff59 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.1.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-ptbuilder-v13.0.0...af-ptbuilder-v13.1.0) + +### ⛰️ Features + +- Update dependencies, fix clippy warnings - ([a3fa27f](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/a3fa27f8472853312f0611f97508232d51a3a0ce)) + + ## [13.0.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-ptbuilder-v12.0.0...af-ptbuilder-v13.0.0) ### ⛰️ Features diff --git a/crates/af-ptbuilder/Cargo.toml b/crates/af-ptbuilder/Cargo.toml index f17ed12b..b6876dee 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 = "13.0.0" +version = "13.1.0" authors.workspace = true categories.workspace = true diff --git a/crates/af-pyth-wrapper/CHANGELOG.md b/crates/af-pyth-wrapper/CHANGELOG.md index d3f91406..e72cd7b2 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.4](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-pyth-wrapper-v0.28.3...af-pyth-wrapper-v0.28.4) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-sui-types, af-move-type, af-ptbuilder, sui-framework-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.28.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-pyth-wrapper-v0.28.2...af-pyth-wrapper-v0.28.3) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-pyth-wrapper/Cargo.toml b/crates/af-pyth-wrapper/Cargo.toml index 833108b7..d7880c80 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.3" +version = "0.28.4" 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 = "13.0.0", public = true, optional = true, path = "../af-ptbuilder" } +af-ptbuilder = { version = "13.1.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.17.3", path = "../sui-framework-sdk" } +sui-framework-sdk = { version = "0.17.4", path = "../sui-framework-sdk" } -af-move-type = { version = "0.19.1", optional = true, path = "../af-move-type" } -af-sui-types = { version = "0.18.0", optional = true, path = "../af-sui-types" } +af-move-type = { version = "0.19.2", optional = true, path = "../af-move-type" } +af-sui-types = { version = "0.18.1", 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 a41abf81..c55dd366 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.4](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-pkg-sdk-v0.15.3...af-sui-pkg-sdk-v0.15.4) + +### ⛰️ Features + +- Update dependencies, fix clippy warnings - ([a3fa27f](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/a3fa27f8472853312f0611f97508232d51a3a0ce)) + + ## [0.15.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-pkg-sdk-v0.15.2...af-sui-pkg-sdk-v0.15.3) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-sui-pkg-sdk/Cargo.toml b/crates/af-sui-pkg-sdk/Cargo.toml index 6a115a63..c45ed6f7 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.3" +version = "0.15.4" 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.19.1", public = true, path = "../af-move-type" } -af-sui-types = { version = "0.18.0", public = true, features = ["u256"], path = "../af-sui-types" } +af-move-type = { version = "0.19.2", public = true, path = "../af-move-type" } +af-sui-types = { version = "0.18.1", public = true, features = ["u256"], path = "../af-sui-types" } tabled = { version = "0.21", public = true } # Because of `tabled` papergrid = { version = "0.18", public = true } diff --git a/crates/af-sui-types/CHANGELOG.md b/crates/af-sui-types/CHANGELOG.md index 04a493fc..c187652c 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-types-v0.18.0...af-sui-types-v0.18.1) + +### ⛰️ Features + +- Update dependencies, fix clippy warnings - ([a3fa27f](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/a3fa27f8472853312f0611f97508232d51a3a0ce)) + + ## [0.18.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-types-v0.17.0...af-sui-types-v0.18.0) ### ⛰️ Features diff --git a/crates/af-sui-types/Cargo.toml b/crates/af-sui-types/Cargo.toml index 7f438575..f6ddf120 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.18.0" +version = "0.18.1" authors.workspace = true categories.workspace = true diff --git a/crates/af-switchboard-wrapper/CHANGELOG.md b/crates/af-switchboard-wrapper/CHANGELOG.md index a8664fc6..2341ec99 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.38](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-switchboard-wrapper-v0.0.37...af-switchboard-wrapper-v0.0.38) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-sui-types, af-move-type, af-sui-pkg-sdk, af-ptbuilder, sui-framework-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.0.37](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-switchboard-wrapper-v0.0.36...af-switchboard-wrapper-v0.0.37) ### ⚙️ Miscellaneous Tasks diff --git a/crates/af-switchboard-wrapper/Cargo.toml b/crates/af-switchboard-wrapper/Cargo.toml index 68cf3471..174dd4a2 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.37" +version = "0.0.38" authors.workspace = true categories.workspace = true @@ -38,9 +38,9 @@ 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 = "13.0.0", public = true, optional = true, path = "../af-ptbuilder" } -af-sui-pkg-sdk = { version = "0.15.3", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.17.3", public = true, path = "../sui-framework-sdk" } +af-ptbuilder = { version = "13.1.0", public = true, optional = true, path = "../af-ptbuilder" } +af-sui-pkg-sdk = { version = "0.15.4", public = true, path = "../af-sui-pkg-sdk" } +sui-framework-sdk = { version = "0.17.4", public = true, path = "../sui-framework-sdk" } sui-gql-client = { version = "0.26", public = true, default-features = false, optional = true, path = "../sui-gql-client" } sui-sdk-types = { version = "0.3", public = true } @@ -48,5 +48,5 @@ extension-traits = { version = "2", optional = true } thiserror = { version = "2", optional = true } trait-variant = { version = "0.1", optional = true } -af-move-type = { version = "0.19.1", optional = true, path = "../af-move-type" } -af-sui-types = { version = "0.18.0", optional = true, path = "../af-sui-types" } +af-move-type = { version = "0.19.2", optional = true, path = "../af-move-type" } +af-sui-types = { version = "0.18.1", optional = true, path = "../af-sui-types" } diff --git a/crates/af-utilities/CHANGELOG.md b/crates/af-utilities/CHANGELOG.md index 41378383..7c2771da 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-utilities-v0.15.0...af-utilities-v0.15.1) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-sui-types - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.15.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-utilities-v0.14.0...af-utilities-v0.15.0) ### ⛰️ Features diff --git a/crates/af-utilities/Cargo.toml b/crates/af-utilities/Cargo.toml index eb5728ea..81094c9f 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.15.0" +version = "0.15.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-types = { version = "0.18.0", public = true, features = ["u256"], path = "../af-sui-types" } +af-sui-types = { version = "0.18.1", 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 095ae2d2..24bad37f 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.13](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/graphql-extract-v0.0.12...graphql-extract-v0.0.13) + +### ⛰️ Features + +- Update dependencies, fix clippy warnings - ([a3fa27f](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/a3fa27f8472853312f0611f97508232d51a3a0ce)) + + ## [0.0.12](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/graphql-extract-v0.0.11...graphql-extract-v0.0.12) ### ⛰️ Features diff --git a/crates/graphql-extract/Cargo.toml b/crates/graphql-extract/Cargo.toml index 976a2ac3..53b382b1 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.12" +version = "0.0.13" authors.workspace = true categories.workspace = true diff --git a/crates/move-stdlib-sdk/CHANGELOG.md b/crates/move-stdlib-sdk/CHANGELOG.md index 02f5ea13..06149e62 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.4](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/move-stdlib-sdk-v0.16.3...move-stdlib-sdk-v0.16.4) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-sui-pkg-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.16.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/move-stdlib-sdk-v0.16.2...move-stdlib-sdk-v0.16.3) ### ⚙️ Miscellaneous Tasks diff --git a/crates/move-stdlib-sdk/Cargo.toml b/crates/move-stdlib-sdk/Cargo.toml index ac68f3ee..a1f76260 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.3" +version = "0.16.4" 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.3", public = true, path = "../af-sui-pkg-sdk" } +af-sui-pkg-sdk = { version = "0.15.4", 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 3fb1a302..e0d7f8bc 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/pyth-hermes-client-v0.6.0...pyth-hermes-client-v0.6.1) + +### ⛰️ Features + +- Update dependencies, fix clippy warnings - ([a3fa27f](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/a3fa27f8472853312f0611f97508232d51a3a0ce)) + + ## [0.6.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/pyth-hermes-client-v0.5.3...pyth-hermes-client-v0.6.0) ### ⛰️ Features diff --git a/crates/pyth-hermes-client/Cargo.toml b/crates/pyth-hermes-client/Cargo.toml index 5375a29c..1a78ae26 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.6.0" +version = "0.6.1" authors.workspace = true categories.workspace = true diff --git a/crates/pyth-sui-sdk/CHANGELOG.md b/crates/pyth-sui-sdk/CHANGELOG.md index 98c582d9..6313a361 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.2](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/pyth-sui-sdk-v0.26.1...pyth-sui-sdk-v0.26.2) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-sui-types, af-ptbuilder, sui-jsonrpc - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [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 diff --git a/crates/pyth-sui-sdk/Cargo.toml b/crates/pyth-sui-sdk/Cargo.toml index e35b874e..07830272 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.1" +version = "0.26.2" authors.workspace = true categories.workspace = true @@ -32,14 +32,14 @@ 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 = "13.0.0", public = true, optional = true, path = "../af-ptbuilder" } -af-sui-types = { version = "0.18.0", public = true, path = "../af-sui-types" } +af-ptbuilder = { version = "13.1.0", public = true, optional = true, path = "../af-ptbuilder" } +af-sui-types = { version = "0.18.1", 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.25.0", public = true, default-features = false, optional = true, path = "../sui-jsonrpc" } +sui-jsonrpc = { version = "0.25.1", public = true, default-features = false, optional = true, path = "../sui-jsonrpc" } sui-sdk-types = { version = "0.3", public = true } af-move-type = { version = "0.19", path = "../af-move-type" } diff --git a/crates/sui-framework-sdk/CHANGELOG.md b/crates/sui-framework-sdk/CHANGELOG.md index af10919a..50368646 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.4](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-framework-sdk-v0.17.3...sui-framework-sdk-v0.17.4) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-sui-types, af-move-type, af-sui-pkg-sdk, move-stdlib-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.17.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-framework-sdk-v0.17.2...sui-framework-sdk-v0.17.3) ### ⚙️ Miscellaneous Tasks diff --git a/crates/sui-framework-sdk/Cargo.toml b/crates/sui-framework-sdk/Cargo.toml index d1ed8e85..c0e21971 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.3" +version = "0.17.4" authors.workspace = true categories.workspace = true @@ -27,10 +27,10 @@ workspace = true # Public dependencies; a SemVer-breaking bump in one of these must come with a SemVer-breaking bump # to this crate # https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html -af-move-type = { version = "0.19.1", public = true, path = "../af-move-type" } -af-sui-pkg-sdk = { version = "0.15.3", public = true, path = "../af-sui-pkg-sdk" } -af-sui-types = { version = "0.18.0", public = true, path = "../af-sui-types" } -move-stdlib-sdk = { version = "0.16.3", public = true, path = "../move-stdlib-sdk" } +af-move-type = { version = "0.19.2", public = true, path = "../af-move-type" } +af-sui-pkg-sdk = { version = "0.15.4", public = true, path = "../af-sui-pkg-sdk" } +af-sui-types = { version = "0.18.1", public = true, path = "../af-sui-types" } +move-stdlib-sdk = { version = "0.16.4", 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 ad2d34df..0205a07b 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.4](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-client-v0.26.3...sui-gql-client-v0.26.4) + +### ⛰️ Features + +- Update dependencies, fix clippy warnings - ([a3fa27f](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/a3fa27f8472853312f0611f97508232d51a3a0ce)) + + ## [0.26.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-client-v0.26.2...sui-gql-client-v0.26.3) ### ⚙️ Miscellaneous Tasks diff --git a/crates/sui-gql-client/Cargo.toml b/crates/sui-gql-client/Cargo.toml index c0367935..35094473 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.3" +version = "0.26.4" 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.19.1", public = true, path = "../af-move-type" } -af-sui-types = { version = "0.18.0", public = true, path = "../af-sui-types", features = ["hash"] } +af-move-type = { version = "0.19.2", public = true, path = "../af-move-type" } +af-sui-types = { version = "0.18.1", 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" } @@ -40,12 +40,12 @@ 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.17", path = "../sui-framework-sdk" } -sui-gql-schema = { version = "0.18.0", public = true, default-features = false, path = "../sui-gql-schema", features = [ +sui-gql-schema = { version = "0.18.1", 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.12", path = "../graphql-extract" } +graphql-extract = { version = "0.0.13", 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.18.0" +version = "0.18.1" [dev-dependencies] diff --git a/crates/sui-gql-schema/CHANGELOG.md b/crates/sui-gql-schema/CHANGELOG.md index 33a4d13b..018d7c53 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-schema-v0.18.0...sui-gql-schema-v0.18.1) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-sui-types - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.18.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-schema-v0.17.0...sui-gql-schema-v0.18.0) ### ⛰️ Features diff --git a/crates/sui-gql-schema/Cargo.toml b/crates/sui-gql-schema/Cargo.toml index 979f8369..4ff4ff25 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.18.0" +version = "0.18.1" 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.18.0", public = true, optional = true, path = "../af-sui-types" } +af-sui-types = { version = "0.18.1", 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 3cae73d4..d3738272 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.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-jsonrpc-v0.25.0...sui-jsonrpc-v0.25.1) + +### ⛰️ Features + +- Update dependencies, fix clippy warnings - ([a3fa27f](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/a3fa27f8472853312f0611f97508232d51a3a0ce)) + + ## [0.25.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-jsonrpc-v0.24.0...sui-jsonrpc-v0.25.0) ### ⛰️ Features diff --git a/crates/sui-jsonrpc/Cargo.toml b/crates/sui-jsonrpc/Cargo.toml index 5e16eb17..ff854a48 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.25.0" +version = "0.25.1" authors.workspace = true categories.workspace = true diff --git a/crates/switchboard-sui-sdk/CHANGELOG.md b/crates/switchboard-sui-sdk/CHANGELOG.md index 6e342314..439359dc 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.29](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/switchboard-sui-sdk-v0.0.28...switchboard-sui-sdk-v0.0.29) + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: af-sui-types, af-move-type, af-sui-pkg-sdk, af-ptbuilder, move-stdlib-sdk, sui-framework-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000)) + + ## [0.0.28](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/switchboard-sui-sdk-v0.0.27...switchboard-sui-sdk-v0.0.28) ### ⚙️ Miscellaneous Tasks diff --git a/crates/switchboard-sui-sdk/Cargo.toml b/crates/switchboard-sui-sdk/Cargo.toml index 337c88bf..63c1d83e 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.28" +version = "0.0.29" 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 = "13.0.0", public = true, optional = true, path = "../af-ptbuilder" } -af-sui-pkg-sdk = { version = "0.15.3", public = true, path = "../af-sui-pkg-sdk" } -move-stdlib-sdk = { version = "0.16.3", public = true, path = "../move-stdlib-sdk" } -sui-framework-sdk = { version = "0.17.3", public = true, path = "../sui-framework-sdk" } +af-ptbuilder = { version = "13.1.0", public = true, optional = true, path = "../af-ptbuilder" } +af-sui-pkg-sdk = { version = "0.15.4", public = true, path = "../af-sui-pkg-sdk" } +move-stdlib-sdk = { version = "0.16.4", public = true, path = "../move-stdlib-sdk" } +sui-framework-sdk = { version = "0.17.4", public = true, path = "../sui-framework-sdk" } sui-sdk-types = { version = "0.3", public = true } -af-move-type = { version = "0.19.1", path = "../af-move-type" } -af-sui-types = { version = "0.18.0", path = "../af-sui-types" } +af-move-type = { version = "0.19.2", path = "../af-move-type" } +af-sui-types = { version = "0.18.1", 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 6b3b25bc..a38ee276 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.4](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/wormhole-sui-sdk-v0.17.3...wormhole-sui-sdk-v0.17.4) + +### ⚙️ 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.3](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/wormhole-sui-sdk-v0.17.2...wormhole-sui-sdk-v0.17.3) ### ⚙️ Miscellaneous Tasks diff --git a/crates/wormhole-sui-sdk/Cargo.toml b/crates/wormhole-sui-sdk/Cargo.toml index 9be74175..5816991c 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.3" +version = "0.17.4" 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.3", public = true, path = "../af-sui-pkg-sdk" } -sui-framework-sdk = { version = "0.17.3", public = true, path = "../sui-framework-sdk" } +af-sui-pkg-sdk = { version = "0.15.4", public = true, path = "../af-sui-pkg-sdk" } +sui-framework-sdk = { version = "0.17.4", public = true, path = "../sui-framework-sdk" } sui-sdk-types = { version = "0.3", public = true }