From 940eb38e82d9b7d8aca23bd69852b721baa95149 Mon Sep 17 00:00:00 2001 From: "release-plz-aftermath[bot]" <196440448+release-plz-aftermath[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 23:15:53 +0000 Subject: [PATCH] chore(af-iperps): release v0.45.0 --- crates/af-iperps/CHANGELOG.md | 7 +++++++ crates/af-iperps/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/crates/af-iperps/CHANGELOG.md b/crates/af-iperps/CHANGELOG.md index cfa5a4da..08413eb3 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.45.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.44.0...af-iperps-v0.45.0) + +### ⛰️ Features + +- *(af-iperps)* [**breaking**] Add role for AccountCap - ([815fd58](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/815fd588f1871d39e1a01e614678eb5bdfdbb19c)) + + ## [0.44.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.43.0...af-iperps-v0.44.0) ### 🐛 Bug Fixes diff --git a/crates/af-iperps/Cargo.toml b/crates/af-iperps/Cargo.toml index 1915c5c1..dbf94144 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.44.0" +version = "0.45.0" authors.workspace = true categories.workspace = true