Skip to content

Commit 43a3637

Browse files
github-actions[bot]IOTA FoundationDaughterOfMars
authored
release: iota-sdk v3.0.0-alpha.1 (#402)
* chore: Release * initial release --------- Co-authored-by: IOTA Foundation <[email protected]> Co-authored-by: Chloe Martin <[email protected]>
1 parent 37c595a commit 43a3637

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

crates/iota-sdk-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ serde_json.workspace = true
2828
tokio = { workspace = true, features = ["time"] }
2929
uniffi = { version = "0.29", features = ["cli", "tokio"] }
3030

31-
iota-sdk = { version = "3.0.0-alpha.0", path = "../iota-sdk" }
31+
iota-sdk = { version = "3.0.0-alpha.1", path = "../iota-sdk" }

crates/iota-sdk/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## [3.0.0-alpha.1] - 2025-11-07
2+
3+
Initial Release

crates/iota-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iota-sdk"
3-
version = "3.0.0-alpha.0"
3+
version = "3.0.0-alpha.1"
44
authors = ["IOTA Foundation <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)