From 58b89953141e32fd807c22c0be9e669efccfaca2 Mon Sep 17 00:00:00 2001 From: "release-plz-aftermath[bot]" <196440448+release-plz-aftermath[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:34:45 +0000 Subject: [PATCH] chore: release --- crates/af-iperps/CHANGELOG.md | 7 +++++++ crates/af-iperps/Cargo.toml | 2 +- crates/sui-gql-client/CHANGELOG.md | 7 +++++++ crates/sui-gql-client/Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/crates/af-iperps/CHANGELOG.md b/crates/af-iperps/CHANGELOG.md index 0299f029..cfa5a4da 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.44.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.43.0...af-iperps-v0.44.0) + +### 🐛 Bug Fixes + +- *(af-iperps)* [**breaking**] Add missing field in PerformedADL event - ([821866f](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/821866f87b5b5685cb8311c7ff7dcafec0d0599e)) + + ## [0.43.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.42.0...af-iperps-v0.43.0) ### ⛰️ Features diff --git a/crates/af-iperps/Cargo.toml b/crates/af-iperps/Cargo.toml index 4670a44c..1915c5c1 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.43.0" +version = "0.44.0" authors.workspace = true categories.workspace = true diff --git a/crates/sui-gql-client/CHANGELOG.md b/crates/sui-gql-client/CHANGELOG.md index fe6a84eb..4e0e0acc 100644 --- a/crates/sui-gql-client/CHANGELOG.md +++ b/crates/sui-gql-client/CHANGELOG.md @@ -38,6 +38,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.25.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-client-v0.25.0...sui-gql-client-v0.25.1) + +### ⚙️ Miscellaneous Tasks + +- *(sui-gql-client)* Fix examples - ([ea18897](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/ea18897e866fb647f4a5b678ff17fab8a20408aa)) + + ## [0.25.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-client-v0.24.0...sui-gql-client-v0.25.0) ### ⛰️ Features diff --git a/crates/sui-gql-client/Cargo.toml b/crates/sui-gql-client/Cargo.toml index db8aa544..c623b0cf 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.0" +version = "0.25.1" authors.workspace = true categories.workspace = true