Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ tokio = "1.40.0"
iota-crypto = { version = "0.0.1-alpha.1", package = "iota-sdk-crypto", path = "crates/iota-sdk-crypto", default-features = false }
iota-graphql-client = { version = "0.0.1-alpha.1", package = "iota-sdk-graphql-client", path = "crates/iota-sdk-graphql-client", default-features = false }
iota-graphql-client-build = { version = "0.0.1-alpha.1", package = "iota-sdk-graphql-client-build", path = "crates/iota-sdk-graphql-client-build", default-features = false }
iota-transaction-builder = { version = "0.0.1-alpha.0", package = "iota-sdk-transaction-builder", path = "crates/iota-sdk-transaction-builder", default-features = false }
iota-transaction-builder = { version = "0.0.1-alpha.1", package = "iota-sdk-transaction-builder", path = "crates/iota-sdk-transaction-builder", default-features = false }
iota-types = { version = "0.0.1-alpha.1", package = "iota-sdk-types", path = "crates/iota-sdk-types", default-features = false }
21 changes: 21 additions & 0 deletions crates/iota-sdk-transaction-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## [0.0.1-alpha.1] - 2025-11-07

### 🚀 Features

- *(iota-transaction-builder)* Improve send_coins docs (#320)
- *(graphql)* Allow waiting for finalization in client (#349)
- *(tx-builder)* Unify gas methods and improve/update docs (#335)
- *(FFI)* Add offline transaction builder to FFI (#364)
- *(transaction-builder)* Make client in builder extensible and passable by ref (#315)

### 🐛 Bug Fixes

- *(CI)* Make pre-publish CI create a PR (#367)

### ⚙️ Miscellaneous Tasks

- Rename crates to be uniform and organize dependencies better (#342)
- *(examples)* Add `TransactionBuilder` publish and upgrade example (#271)
- *(*)* Add remaining `StructTag` getters and ctors (#334)
- *(tx-builder)* Fix some inconsistencies in the docs (#340)
- *(tx-builder)* Add `split_coins` docs (#339)
2 changes: 1 addition & 1 deletion crates/iota-sdk-transaction-builder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iota-sdk-transaction-builder"
version = "0.0.1-alpha.0"
version = "0.0.1-alpha.1"
authors = ["IOTA Foundation <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down