Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions Cargo.lock

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

36 changes: 18 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@ members = [
]

[workspace.package]
version = "0.2.4"
version = "0.2.5"
authors = ["Magicblock Labs <dev@magicblock.gg>"]
repository = "https://github.com/magicblock-labs/bolt"
homepage = "https://www.magicblock.gg/"
license = "MIT"
edition = "2021"

[workspace.dependencies]
bolt-types = { path = "crates/types", version = "=0.2.4" }
bolt-lang = { path = "crates/bolt-lang", version = "=0.2.4" }
bolt-attribute-bolt-program = { path = "crates/bolt-lang/attribute/bolt-program", version = "=0.2.4" }
bolt-attribute-bolt-delegate = { path = "crates/bolt-lang/attribute/delegate", version = "=0.2.4" }
bolt-attribute-bolt-component = { path = "crates/bolt-lang/attribute/component", version = "=0.2.4" }
bolt-attribute-bolt-system = { path = "crates/bolt-lang/attribute/system", version = "=0.2.4"}
bolt-attribute-bolt-system-input = { path = "crates/bolt-lang/attribute/system-input", version = "=0.2.4" }
bolt-attribute-bolt-extra-accounts = { path = "crates/bolt-lang/attribute/extra-accounts", version = "=0.2.4" }
bolt-attribute-bolt-arguments = { path = "crates/bolt-lang/attribute/arguments", version = "=0.2.4" }
bolt-attribute-bolt-component-deserialize = { path = "crates/bolt-lang/attribute/component-deserialize", version = "=0.2.4" }
bolt-attribute-bolt-component-id = { path = "crates/bolt-lang/attribute/component-id", version = "=0.2.4" }
bolt-utils = { path = "crates/bolt-lang/utils", version = "=0.2.4" }
world = { path = "crates/programs/world", features = ["cpi"], version = "=0.2.4"}
bolt-system = { path = "crates/programs/bolt-system", features = ["cpi"], version = "=0.2.4"}
bolt-component = { path = "crates/programs/bolt-component", features = ["cpi"], version = "=0.2.4"}
component-large = { path = "examples/component-large", features = ["cpi"], version = "=0.2.4"}
component-small = { path = "examples/component-small", features = ["cpi"], version = "=0.2.4"}
bolt-types = { path = "crates/types", version = "=0.2.5" }
bolt-lang = { path = "crates/bolt-lang", version = "=0.2.5" }
bolt-attribute-bolt-program = { path = "crates/bolt-lang/attribute/bolt-program", version = "=0.2.5" }
bolt-attribute-bolt-delegate = { path = "crates/bolt-lang/attribute/delegate", version = "=0.2.5" }
bolt-attribute-bolt-component = { path = "crates/bolt-lang/attribute/component", version = "=0.2.5" }
bolt-attribute-bolt-system = { path = "crates/bolt-lang/attribute/system", version = "=0.2.5"}
bolt-attribute-bolt-system-input = { path = "crates/bolt-lang/attribute/system-input", version = "=0.2.5" }
bolt-attribute-bolt-extra-accounts = { path = "crates/bolt-lang/attribute/extra-accounts", version = "=0.2.5" }
bolt-attribute-bolt-arguments = { path = "crates/bolt-lang/attribute/arguments", version = "=0.2.5" }
bolt-attribute-bolt-component-deserialize = { path = "crates/bolt-lang/attribute/component-deserialize", version = "=0.2.5" }
bolt-attribute-bolt-component-id = { path = "crates/bolt-lang/attribute/component-id", version = "=0.2.5" }
bolt-utils = { path = "crates/bolt-lang/utils", version = "=0.2.5" }
world = { path = "crates/programs/world", features = ["cpi"], version = "=0.2.5"}
bolt-system = { path = "crates/programs/bolt-system", features = ["cpi"], version = "=0.2.5"}
bolt-component = { path = "crates/programs/bolt-component", features = ["cpi"], version = "=0.2.5"}
component-large = { path = "examples/component-large", features = ["cpi"], version = "=0.2.5"}
component-small = { path = "examples/component-small", features = ["cpi"], version = "=0.2.5"}

## External crates
session-keys = { version = "^2", features = ["no-entrypoint"] }
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicblock-labs/bolt-sdk",
"version": "0.2.4",
"version": "0.2.5",
"description": "Bolt typescript SDK",
"author": "dev@magicblock.gg",
"license": "MIT",
Expand Down
16 changes: 8 additions & 8 deletions crates/bolt-cli/npm-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicblock-labs/bolt-cli",
"version": "0.2.4",
"version": "0.2.5",
"description": "Bolt CLI tool",
"homepage": "https://github.com/magicblock-labs/bolt#readme",
"bugs": {
Expand All @@ -27,13 +27,13 @@
"prettier": "^3.3.3"
},
"optionalDependencies": {
"@magicblock-labs/bolt-cli-darwin-x64": "0.2.4",
"@magicblock-labs/bolt-cli-darwin-arm64": "0.2.4",
"@magicblock-labs/bolt-cli-linux-x86": "0.2.4",
"@magicblock-labs/bolt-cli-linux-x64": "0.2.4",
"@magicblock-labs/bolt-cli-linux-arm64": "0.2.4",
"@magicblock-labs/bolt-cli-windows-x86": "0.2.4",
"@magicblock-labs/bolt-cli-windows-x64": "0.2.4"
"@magicblock-labs/bolt-cli-darwin-x64": "0.2.5",
"@magicblock-labs/bolt-cli-darwin-arm64": "0.2.5",
"@magicblock-labs/bolt-cli-linux-x86": "0.2.5",
"@magicblock-labs/bolt-cli-linux-x64": "0.2.5",
"@magicblock-labs/bolt-cli-linux-arm64": "0.2.5",
"@magicblock-labs/bolt-cli-windows-x86": "0.2.5",
"@magicblock-labs/bolt-cli-windows-x64": "0.2.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion crates/bolt-cli/npm-package/package.json.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magicblock-labs/${node_pkg}",
"description": "Bolt CLI tool (${node_pkg})",
"version": "0.2.4",
"version": "0.2.5",
"repository": {
"type": "git",
"url": "git+https://github.com/magicblock-labs/bolt.git"
Expand Down
22 changes: 22 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@

## [0.2.5] - 2025-09-17

### ✨️ Features
- CPI Authentication using a World PDA (#196)


### 🐛 Bug Fixes
- Fixing extra accounts lifetime (#201)
- Fix: improve error handling in ephemeral validator (#189)
Co-authored-by: Gabriele Picco <piccogabriele@gmail.com>
Co-authored-by: Danilo Guanabara <danilo@magicblock.gg>
- Fix link README.md (#183)
Co-authored-by: Gabriele Picco <piccogabriele@gmail.com>

### 📚 Documentation
- Docs: fix typos (#193)
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

### 🧪 Testing
- Test validator (#176)
Co-authored-by: Danilo Guanabara <danilo@magicblock.gg>

## [0.2.4] - 2025-07-23

### 📚 Documentation
Expand Down
2 changes: 1 addition & 1 deletion examples/component-small/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "component-small"
version = "0.2.4"
version.workspace = true
description = "Created with Bolt"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion examples/escrow-funding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "escrow-funding"
version = "0.2.4"
version.workspace = true
description = "Created with Bolt"
edition = "2021"

Expand Down
Loading