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-faucet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-faucet-v0.16.0...af-faucet-v0.17.0)

### ⛰️ Features

- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9))


## [0.16.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-faucet-v0.15.0...af-faucet-v0.16.0)

### ⛰️ Features
Expand Down
6 changes: 3 additions & 3 deletions crates/af-faucet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Move types for `AftermathFaucet` used in development"
name = "af-faucet"
version = "0.16.0"
version = "0.17.0"

authors.workspace = true
categories.workspace = true
Expand All @@ -28,6 +28,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.13.0", public = true, path = "../af-sui-pkg-sdk" }
sui-framework-sdk = { version = "0.15.0", public = true, path = "../sui-framework-sdk" }
af-sui-pkg-sdk = { version = "0.14.0", public = true, path = "../af-sui-pkg-sdk" }
sui-framework-sdk = { version = "0.16.0", public = true, path = "../sui-framework-sdk" }
sui-sdk-types = { version = "0.2", public = true }
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.43.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.42.0...af-iperps-v0.43.0)

### ⛰️ Features

- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9))


## [0.41.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.40.0...af-iperps-v0.41.0)

### ⛰️ Features
Expand Down
18 changes: 9 additions & 9 deletions 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.42.0"
version = "0.43.0"

authors.workspace = true
categories.workspace = true
Expand Down Expand Up @@ -41,20 +41,20 @@ 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.13.0", public = true, path = "../af-sui-pkg-sdk" }
af-utilities = { version = "0.13.0", public = true, path = "../af-utilities" }
af-sui-pkg-sdk = { version = "0.14.0", public = true, path = "../af-sui-pkg-sdk" }
af-utilities = { version = "0.14.0", public = true, path = "../af-utilities" }
num_enum = { version = "0.7", public = true }
strum = { version = "0.27", public = true, features = ["derive"] }
sui-framework-sdk = { version = "0.15.0", public = true, path = "../sui-framework-sdk" }
sui-gql-client = { version = "0.24", public = true, default-features = false, optional = true, path = "../sui-gql-client" }
sui-framework-sdk = { version = "0.16.0", public = true, path = "../sui-framework-sdk" }
sui-gql-client = { version = "0.25", public = true, default-features = false, optional = true, path = "../sui-gql-client" }
sui-sdk-types = { version = "0.2", public = true }

# TODO: remove this after using Rust's `Option` (see TODO in `lib.rs`)
move-stdlib-sdk = { version = "0.14.0", public = true, path = "../move-stdlib-sdk" }
move-stdlib-sdk = { version = "0.15.0", public = true, path = "../move-stdlib-sdk" }


af-move-type = { version = "0.16.0", path = "../af-move-type" }
af-sui-types = { version = "0.16.0", path = "../af-sui-types" }
af-move-type = { version = "0.17.0", path = "../af-move-type" }
af-sui-types = { version = "0.17.0", path = "../af-sui-types" }

clap = { version = "4", features = ["derive"] }
derive_more = { version = "2", features = ["display", "from", "is_variant", "try_into"] }
Expand All @@ -78,7 +78,7 @@ default-features = false
features = ["build"]
optional = true
path = "../sui-gql-schema"
version = "0.16.0"
version = "0.17.0"


[dev-dependencies]
Expand Down
7 changes: 7 additions & 0 deletions crates/af-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-keys-v0.15.0...af-keys-v0.16.0)

### ⛰️ Features

- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9))


## [0.15.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-keys-v0.14.0...af-keys-v0.15.0)

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion crates/af-keys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Light-weight, read-only version of Sui's file-based keystore."
name = "af-keys"
version = "0.15.0"
version = "0.16.0"

authors.workspace = true
categories.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions crates/af-move-type/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-v0.16.0...af-move-type-v0.17.0)

### ⛰️ Features

- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9))


## [0.16.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-v0.15.0...af-move-type-v0.16.0)

### ⛰️ Features
Expand Down
4 changes: 2 additions & 2 deletions crates/af-move-type/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Standard for representing Move types (`MoveType`) off-chain and their type tags."
name = "af-move-type"
version = "0.16.0"
version = "0.17.0"

authors.workspace = true
categories.workspace = true
Expand All @@ -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-sui-types = { version = "0.16.0", public = true, features = ["u256"], path = "../af-sui-types" }
af-sui-types = { version = "0.17.0", public = true, features = ["u256"], path = "../af-sui-types" }
bcs = { version = "0.1", public = true }
serde_json = { version = "1", public = true }

Expand Down
7 changes: 7 additions & 0 deletions crates/af-oracle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.26.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-oracle-v0.25.0...af-oracle-v0.26.0)

### ⛰️ Features

- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9))


## [0.24.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-oracle-v0.24.0...af-oracle-v0.24.1)

### βš™οΈ Miscellaneous Tasks
Expand Down
16 changes: 8 additions & 8 deletions crates/af-oracle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Move types for Aftermath's `AfOracle` package"
name = "af-oracle"
version = "0.25.0"
version = "0.26.0"

authors.workspace = true
categories.workspace = true
Expand Down Expand Up @@ -43,14 +43,14 @@ graphql = [
# 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.16", public = true, path = "../af-move-type" }
af-sui-pkg-sdk = { version = "0.13", public = true, path = "../af-sui-pkg-sdk" }
sui-framework-sdk = { version = "0.15", public = true, path = "../sui-framework-sdk" }
sui-gql-client = { version = "0.24", public = true, optional = true, default-features = false, path = "../sui-gql-client" }
af-move-type = { version = "0.17", public = true, path = "../af-move-type" }
af-sui-pkg-sdk = { version = "0.14", public = true, path = "../af-sui-pkg-sdk" }
sui-framework-sdk = { version = "0.16", public = true, path = "../sui-framework-sdk" }
sui-gql-client = { version = "0.25", public = true, optional = true, default-features = false, path = "../sui-gql-client" }
sui-sdk-types = { version = "0.2", public = true }

af-sui-types = { version = "0.16.0", path = "../af-sui-types" }
af-utilities = { version = "0.13.0", path = "../af-utilities" }
af-sui-types = { version = "0.17.0", path = "../af-sui-types" }
af-utilities = { version = "0.14.0", path = "../af-utilities" }

derive_more = { version = "2", features = ["display", "from", "is_variant", "try_into"] }
remain = "0.2"
Expand All @@ -74,7 +74,7 @@ default-features = false
features = ["build"]
optional = true
path = "../sui-gql-schema"
version = "0.16"
version = "0.17"


[dev-dependencies]
Expand Down
7 changes: 7 additions & 0 deletions crates/af-ptbuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [12.0.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-ptbuilder-v11.0.0...af-ptbuilder-v12.0.0)

### ⛰️ Features

- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9))


## [11.0.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-ptbuilder-v10.0.0...af-ptbuilder-v11.0.0)

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion crates/af-ptbuilder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Programmable transaction builder and macros (offline)"
name = "af-ptbuilder"
version = "11.0.0"
version = "12.0.0"

authors.workspace = true
categories.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions crates/af-pyth-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.27.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-pyth-wrapper-v0.26.0...af-pyth-wrapper-v0.27.0)

### ⛰️ Features

- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9))


## [0.25.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-pyth-wrapper-v0.24.0...af-pyth-wrapper-v0.25.0)

### ⛰️ Features
Expand Down
14 changes: 7 additions & 7 deletions crates/af-pyth-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Move types for Aftermath's `PythWrapper` package that extends `AfOracle`"
name = "af-pyth-wrapper"
version = "0.26.0"
version = "0.27.0"

authors.workspace = true
categories.workspace = true
Expand Down Expand Up @@ -39,15 +39,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 = "11.0.0", public = true, optional = true, path = "../af-ptbuilder" }
af-sui-pkg-sdk = { version = "0.13", public = true, path = "../af-sui-pkg-sdk" }
sui-gql-client = { version = "0.24", public = true, optional = true, default-features = false, path = "../sui-gql-client" }
af-ptbuilder = { version = "12.0.0", public = true, optional = true, path = "../af-ptbuilder" }
af-sui-pkg-sdk = { version = "0.14", public = true, path = "../af-sui-pkg-sdk" }
sui-gql-client = { version = "0.25", public = true, optional = true, default-features = false, path = "../sui-gql-client" }
sui-sdk-types = { version = "0.2", public = true }

sui-framework-sdk = { version = "0.15.0", path = "../sui-framework-sdk" }
sui-framework-sdk = { version = "0.16.0", path = "../sui-framework-sdk" }

af-move-type = { version = "0.16.0", optional = true, path = "../af-move-type" }
af-sui-types = { version = "0.16.0", optional = true, path = "../af-sui-types" }
af-move-type = { version = "0.17.0", optional = true, path = "../af-move-type" }
af-sui-types = { version = "0.17.0", optional = true, path = "../af-sui-types" }
extension-traits = { version = "2", optional = true }
thiserror = { version = "2", optional = true }
trait-variant = { version = "0.1", optional = true }
7 changes: 7 additions & 0 deletions crates/af-sui-pkg-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-pkg-sdk-v0.13.0...af-sui-pkg-sdk-v0.14.0)

### ⛰️ Features

- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9))


## [0.13.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-pkg-sdk-v0.12.0...af-sui-pkg-sdk-v0.13.0)

### ⛰️ Features
Expand Down
6 changes: 3 additions & 3 deletions crates/af-sui-pkg-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
autotests = false
description = "Macro for generating `MoveStruct`s from Move source code"
name = "af-sui-pkg-sdk"
version = "0.13.0"
version = "0.14.0"

authors.workspace = true
categories.workspace = true
Expand All @@ -29,8 +29,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.16.0", public = true, path = "../af-move-type" }
af-sui-types = { version = "0.16.0", public = true, features = ["u256"], path = "../af-sui-types" }
af-move-type = { version = "0.17.0", public = true, path = "../af-move-type" }
af-sui-types = { version = "0.17.0", public = true, features = ["u256"], path = "../af-sui-types" }
tabled = { version = "0.16", public = true }
# Because of `tabled`
papergrid = { version = "0.17", public = true }
Expand Down
7 changes: 7 additions & 0 deletions crates/af-sui-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-types-v0.16.0...af-sui-types-v0.17.0)

### ⛰️ Features

- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9))


## [0.16.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-types-v0.15.0...af-sui-types-v0.16.0)

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion crates/af-sui-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Aftermath's extensions to `sui-sdk-types`"
name = "af-sui-types"
version = "0.16.0"
version = "0.17.0"

authors.workspace = true
categories.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions crates/af-switchboard-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.33](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-switchboard-wrapper-v0.0.32...af-switchboard-wrapper-v0.0.33)

### ⛰️ Features

- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9))


## [0.0.31](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-switchboard-wrapper-v0.0.30...af-switchboard-wrapper-v0.0.31)

### ⛰️ Features
Expand Down
14 changes: 7 additions & 7 deletions crates/af-switchboard-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Move types for Aftermath's `SwitchboardWrapper` package that extends `AfOracle`"
name = "af-switchboard-wrapper"
version = "0.0.32"
version = "0.0.33"

authors.workspace = true
categories.workspace = true
Expand Down Expand Up @@ -39,15 +39,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 = "11.0.0", public = true, optional = true, path = "../af-ptbuilder" }
af-sui-pkg-sdk = { version = "0.13.0", public = true, path = "../af-sui-pkg-sdk" }
sui-framework-sdk = { version = "0.15.0", public = true, path = "../sui-framework-sdk" }
sui-gql-client = { version = "0.24", public = true, default-features = false, optional = true, path = "../sui-gql-client" }
af-ptbuilder = { version = "12.0.0", public = true, optional = true, path = "../af-ptbuilder" }
af-sui-pkg-sdk = { version = "0.14.0", public = true, path = "../af-sui-pkg-sdk" }
sui-framework-sdk = { version = "0.16.0", public = true, path = "../sui-framework-sdk" }
sui-gql-client = { version = "0.25", public = true, default-features = false, optional = true, path = "../sui-gql-client" }
sui-sdk-types = { version = "0.2", public = true }

extension-traits = { version = "2", optional = true }
thiserror = { version = "2", optional = true }
trait-variant = { version = "0.1", optional = true }

af-move-type = { version = "0.16.0", optional = true, path = "../af-move-type" }
af-sui-types = { version = "0.16.0", optional = true, path = "../af-sui-types" }
af-move-type = { version = "0.17.0", optional = true, path = "../af-move-type" }
af-sui-types = { version = "0.17.0", optional = true, path = "../af-sui-types" }
7 changes: 7 additions & 0 deletions crates/af-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-utilities-v0.13.0...af-utilities-v0.14.0)

### ⛰️ Features

- [**breaking**] Update Sui SDK to 0.2 - ([9d7d5d8](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/9d7d5d8dba5770bfbd9de9276c395b0c46a4a1c9))


## [0.13.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-utilities-v0.12.0...af-utilities-v0.13.0)

### ⛰️ Features
Expand Down
Loading
Loading