Skip to content

Commit 807cb21

Browse files
committed
chore(release): publish v0.3.0 and bump crates
1 parent 194da82 commit 807cb21

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.2.19"
2+
version = "0.3.0"
33
edition = "2021"
44
license = "Apache-2.0"
55
repository = "https://github.com/txtx/txtx"

addons/svm/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "txtx-addon-network-svm"
33
description = "Primitives for executing Solana runbooks"
4-
version = "0.1.22"
4+
version = "0.1.23"
55
edition = { workspace = true }
66
license = "Apache-2.0"
77
repository = { workspace = true }

crates/txtx-addon-kit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "txtx-addon-kit"
33
description = "Low level primitives for building addons for Txtx"
4-
version = "0.2.12"
4+
version = "0.3.0"
55
edition = { workspace = true }
66
license = { workspace = true }
77
repository = { workspace = true }

crates/txtx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "txtx-core"
33
description = "Primitives for parsing, analyzing and executing Txtx runbooks"
4-
version = "0.2.14"
4+
version = "0.3.0"
55
edition = { workspace = true }
66
license = { workspace = true }
77
repository = { workspace = true }

0 commit comments

Comments
 (0)