Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions crates/af-iperps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/af-iperps/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions crates/sui-gql-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-gql-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading