Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonton-sol committed Sep 28, 2024
1 parent 2988084 commit a995a50
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaptn-cli"
version = "0.2.7"
version = "0.3.0"
edition = "2021"
description = "CLI for the Kaptn Transfer-Hook Framework"
repository = "https://github.com/tonton-sol/kaptn"
Expand Down
6 changes: 3 additions & 3 deletions lang/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaptn-lang"
version = "0.2.7"
version = "0.3.0"
edition = "2021"
description = "Kaptn Transfer-Hook Framework"
repository = "https://github.com/tonton-sol/kaptn"
Expand All @@ -13,8 +13,8 @@ arrayref = "0.3.8"
solana-program = "2.0.3"
spl-token-2022 = { version = "5.0.2", features = ["no-entrypoint"] }
spl-type-length-value = "0.5.0"
kaptn-macros = { version = "0.2.5", path = "macros" }
kaptn-attribute-transfer-hook = { version = "0.2.5", path = "attribute/transfer_hook" }
kaptn-macros = { version = "0.3.0", path = "macros" }
kaptn-attribute-transfer-hook = { version = "0.3.0", path = "attribute/transfer_hook" }
kaptn-derive-extrametas = { version = "0.2.5", path = "derive/extrametas" }

[lib]
Expand Down
4 changes: 2 additions & 2 deletions lang/attribute/transfer_hook/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaptn-attribute-transfer-hook"
version = "0.2.7"
version = "0.3.0"
edition = "2021"
description = "Transfer-Hook Attribute for the Kaptn Transfer-Hook Framework"
repository = "https://github.com/tonton-sol/kaptn"
Expand All @@ -13,4 +13,4 @@ proc-macro = true
syn = { version = "1", features = ["full", "extra-traits", "parsing"] }
quote = "1"
proc-macro2 = "1"
kaptn-syn = { version = "0.2.6", path = "../../syn" }
kaptn-syn = { version = "0.3.0", path = "../../syn" }
2 changes: 1 addition & 1 deletion lang/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaptn-macros"
version = "0.2.7"
version = "0.3.0"
edition = "2021"
description = "Macros for Kaptn Transfer-Hook Framework"
repository = "https://github.com/tonton-sol/kaptn"
Expand Down
2 changes: 1 addition & 1 deletion lang/syn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaptn-syn"
version = "0.2.7"
version = "0.3.0"
edition = "2021"
description = "Syntax parsing and code generation for Kaptn Transfer-Hook Framework"
repository = "https://github.com/tonton-sol/kaptn"
Expand Down

0 comments on commit a995a50

Please sign in to comment.