Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellttBen committed Jan 19, 2024
1 parent 9ddc5b7 commit cc5498b
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
16 changes: 8 additions & 8 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 crates/autobindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "bonfida-autobindings"
description = "Utility to generate JavaScript and python bindings for Solana smart contracts following the Bonfida code conventions"
license = "MIT"
version = "0.4.3"
version = "0.4.4"
authors = ["ellttBen <[email protected]>"]
edition = "2018"
repository = "https://github.com/Bonfida/bonfida-utils.git"
Expand Down
2 changes: 1 addition & 1 deletion crates/autodoc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bonfida-autodoc"
description = "Utility to generate documentation for Solana Program instructions"
version = "0.4.3"
version = "0.4.4"
license = "MIT"
edition = "2021"
repository = "https://github.com/Bonfida/bonfida-utils.git"
Expand Down
2 changes: 1 addition & 1 deletion crates/autoproject/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "bonfida-autoproject"
description = "Utility to generate a solana smart contract template"
license = "MIT"
version = "0.4.3"
version = "0.4.4"
authors = ["Lcchy <[email protected]>"]
edition = "2018"
repository = "https://github.com/Bonfida/bonfida-utils.git"
Expand Down
4 changes: 2 additions & 2 deletions crates/benchviz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bonfida-benchviz"
version = "0.4.3"
version = "0.4.4"
description = "Utility for visualizing Solana Program benchmark results"
license = "MIT"
edition = "2021"
Expand All @@ -13,5 +13,5 @@ gnuplot = "0.0.37"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
regex = "1"
bonfida-utils = {version = "0.4.3", path="../utils", features = ["benchmarking"]}
bonfida-utils = {version = "0.4.4", path="../utils", features = ["benchmarking"]}
clap = {version = "3.2.6", features = ["cargo"]}
10 changes: 5 additions & 5 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bonfida-cli"
version = "0.4.3"
version = "0.4.4"
description = "Bonfida CLI utilities for Solana development"
license = "MIT"
edition = "2021"
Expand All @@ -10,10 +10,10 @@ repository = "https://github.com/Bonfida/bonfida-utils.git"

[dependencies]
clap = "3.2.6"
bonfida-autobindings = {version = "0.4.3", path="../autobindings"}
bonfida-autodoc = {version = "0.4.3", path="../autodoc"}
bonfida-autoproject = {version = "0.4.3", path="../autoproject"}
bonfida-benchviz = {version = "0.4.3", path="../benchviz"}
bonfida-autobindings = {version = "0.4.4", path="../autobindings"}
bonfida-autodoc = {version = "0.4.4", path="../autodoc"}
bonfida-autoproject = {version = "0.4.4", path="../autoproject"}
bonfida-benchviz = {version = "0.4.4", path="../benchviz"}

[[bin]]
name = "bonfida"
Expand Down
2 changes: 1 addition & 1 deletion crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bonfida-macros"
version = "0.4.3"
version = "0.4.4"
authors = ["ellttBen <[email protected]>"]
edition = "2018"
description = "Bonfida-utils macros"
Expand Down
2 changes: 1 addition & 1 deletion crates/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bonfida-test-utils"
version = "0.4.3"
version = "0.4.4"
authors = ["ellttBen <[email protected]>"]
description = "Solana program testing utilities when working with bonfida-utils."
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bonfida-utils"
version = "0.4.3"
version = "0.4.4"
authors = ["ellttBen <[email protected]>"]
description = "Various solana program writing utilities in use by Bonfida."
license = "MIT"
Expand All @@ -17,7 +17,7 @@ benchmarking = ["lazy_static", "regex", "serde", "serde_json"]
borsh = "0.10.3"
solana-program = "1.16.16"
pyth-sdk-solana = "0.4.0"
bonfida-macros = {version = "0.4.3", path = "../macros"}
bonfida-macros = {version = "0.4.4", path = "../macros"}
bytemuck = "1.9.1"
lazy_static = {version = "1.4.0", optional=true}
regex = {version = "1.5.5", optional=true}
Expand Down

0 comments on commit cc5498b

Please sign in to comment.