Skip to content

Commit 367ee3b

Browse files
github-actions[bot]IOTA FoundationDaughterOfMars
authored
release: iota-sdk-types v0.0.1-alpha.1 (#381)
* chore: Release * initial release --------- Co-authored-by: IOTA Foundation <info@iota.org> Co-authored-by: Chloe Martin <chloedaughterofmars@gmail.com>
1 parent 2a61936 commit 367ee3b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ iota-crypto = { version = "0.0.1-alpha.0", package = "iota-sdk-crypto", path = "
3131
iota-graphql-client = { version = "0.0.1-alpha.0", package = "iota-sdk-graphql-client", path = "crates/iota-sdk-graphql-client", default-features = false }
3232
iota-graphql-client-build = { version = "0.0.1-alpha.0", package = "iota-sdk-graphql-client-build", path = "crates/iota-sdk-graphql-client-build", default-features = false }
3333
iota-transaction-builder = { version = "0.0.1-alpha.0", package = "iota-sdk-transaction-builder", path = "crates/iota-sdk-transaction-builder", default-features = false }
34-
iota-types = { version = "0.0.1-alpha.0", package = "iota-sdk-types", path = "crates/iota-sdk-types", default-features = false }
34+
iota-types = { version = "0.0.1-alpha.1", package = "iota-sdk-types", path = "crates/iota-sdk-types", default-features = false }

crates/iota-sdk-types/CHANGELOG.md

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

crates/iota-sdk-types/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-types"
3-
version = "0.0.1-alpha.0"
3+
version = "0.0.1-alpha.1"
44
authors = ["IOTA Foundation <info@iota.org>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)