From d24f352454f6c6788b67b4fc1f8a878bb02f768e Mon Sep 17 00:00:00 2001 From: ananas Date: Tue, 17 Feb 2026 00:54:42 +0000 Subject: [PATCH] chore(libs): bump versions --- Cargo.lock | 48 +++++++++---------- Cargo.toml | 48 +++++++++---------- external/photon | 2 +- program-libs/batched-merkle-tree/Cargo.toml | 2 +- program-libs/compressed-account/Cargo.toml | 2 +- program-libs/compressible/Cargo.toml | 2 +- program-libs/merkle-tree-metadata/Cargo.toml | 2 +- program-libs/token-interface/Cargo.toml | 2 +- program-libs/verifier/Cargo.toml | 2 +- prover/client/Cargo.toml | 2 +- scripts/release/publish-local.sh | 48 +++++++++++++++++++ scripts/release/validate-packages.sh | 2 +- sdk-libs/account-pinocchio/Cargo.toml | 2 +- sdk-libs/account/Cargo.toml | 2 +- sdk-libs/client/Cargo.toml | 2 +- sdk-libs/compressed-token-sdk/Cargo.toml | 2 +- sdk-libs/event/Cargo.toml | 2 +- .../instruction-decoder-derive/Cargo.toml | 2 +- sdk-libs/instruction-decoder/Cargo.toml | 2 +- sdk-libs/macros/Cargo.toml | 2 +- sdk-libs/photon-api/Cargo.toml | 2 +- sdk-libs/program-test/Cargo.toml | 2 +- sdk-libs/sdk-pinocchio/Cargo.toml | 2 +- sdk-libs/sdk-types/Cargo.toml | 2 +- sdk-libs/sdk/Cargo.toml | 2 +- sdk-libs/token-client/Cargo.toml | 2 +- sdk-libs/token-pinocchio/Cargo.toml | 2 +- sdk-libs/token-sdk/Cargo.toml | 2 +- sdk-libs/token-types/Cargo.toml | 2 +- 29 files changed, 122 insertions(+), 74 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e370adab2..6d8e0377df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3654,7 +3654,7 @@ dependencies = [ [[package]] name = "light-account" -version = "0.20.0" +version = "0.22.0" dependencies = [ "anchor-lang", "light-account-checks", @@ -3691,7 +3691,7 @@ dependencies = [ [[package]] name = "light-account-pinocchio" -version = "0.20.0" +version = "0.22.0" dependencies = [ "light-account-checks", "light-compressed-account", @@ -3732,7 +3732,7 @@ dependencies = [ [[package]] name = "light-batched-merkle-tree" -version = "0.10.0" +version = "0.11.0" dependencies = [ "aligned-sized", "borsh 0.10.4", @@ -3784,7 +3784,7 @@ dependencies = [ [[package]] name = "light-client" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anchor-lang", "async-trait", @@ -3842,7 +3842,7 @@ dependencies = [ [[package]] name = "light-compressed-account" -version = "0.10.1" +version = "0.11.0" dependencies = [ "anchor-lang", "ark-bn254 0.5.0", @@ -3905,7 +3905,7 @@ dependencies = [ [[package]] name = "light-compressed-token-sdk" -version = "0.20.0" +version = "0.22.0" dependencies = [ "anchor-lang", "arrayvec", @@ -3930,7 +3930,7 @@ dependencies = [ [[package]] name = "light-compressible" -version = "0.5.0" +version = "0.6.0" dependencies = [ "aligned-sized", "anchor-lang", @@ -3978,7 +3978,7 @@ dependencies = [ [[package]] name = "light-event" -version = "0.21.0" +version = "0.22.0" dependencies = [ "borsh 0.10.4", "light-compressed-account", @@ -4060,7 +4060,7 @@ dependencies = [ [[package]] name = "light-instruction-decoder" -version = "0.20.0" +version = "0.22.0" dependencies = [ "borsh 0.10.4", "bs58", @@ -4077,7 +4077,7 @@ dependencies = [ [[package]] name = "light-instruction-decoder-derive" -version = "0.2.0" +version = "0.3.0" dependencies = [ "bs58", "darling", @@ -4101,7 +4101,7 @@ dependencies = [ [[package]] name = "light-merkle-tree-metadata" -version = "0.10.0" +version = "0.11.0" dependencies = [ "anchor-lang", "borsh 0.10.4", @@ -4173,7 +4173,7 @@ dependencies = [ [[package]] name = "light-program-test" -version = "0.21.0" +version = "0.22.0" dependencies = [ "account-compression", "anchor-lang", @@ -4232,7 +4232,7 @@ dependencies = [ [[package]] name = "light-prover-client" -version = "7.0.0" +version = "8.0.0" dependencies = [ "ark-bn254 0.5.0", "ark-serialize 0.5.0", @@ -4283,7 +4283,7 @@ dependencies = [ [[package]] name = "light-sdk" -version = "0.20.0" +version = "0.22.0" dependencies = [ "anchor-lang", "bincode", @@ -4317,7 +4317,7 @@ dependencies = [ [[package]] name = "light-sdk-macros" -version = "0.20.0" +version = "0.22.0" dependencies = [ "borsh 0.10.4", "darling", @@ -4338,7 +4338,7 @@ dependencies = [ [[package]] name = "light-sdk-pinocchio" -version = "0.20.0" +version = "0.22.0" dependencies = [ "borsh 0.10.4", "light-account-checks", @@ -4354,7 +4354,7 @@ dependencies = [ [[package]] name = "light-sdk-types" -version = "0.20.0" +version = "0.22.0" dependencies = [ "anchor-lang", "borsh 0.10.4", @@ -4484,7 +4484,7 @@ dependencies = [ [[package]] name = "light-token" -version = "0.20.0" +version = "0.22.0" dependencies = [ "anchor-lang", "arrayvec", @@ -4517,7 +4517,7 @@ dependencies = [ [[package]] name = "light-token-client" -version = "0.21.0" +version = "0.22.0" dependencies = [ "borsh 0.10.4", "light-client", @@ -4542,7 +4542,7 @@ dependencies = [ [[package]] name = "light-token-interface" -version = "0.4.0" +version = "0.5.0" dependencies = [ "aligned-sized", "anchor-lang", @@ -4577,7 +4577,7 @@ dependencies = [ [[package]] name = "light-token-pinocchio" -version = "0.20.0" +version = "0.22.0" dependencies = [ "borsh 0.10.4", "light-account-checks", @@ -4591,7 +4591,7 @@ dependencies = [ [[package]] name = "light-token-types" -version = "0.20.0" +version = "0.22.0" dependencies = [ "anchor-lang", "borsh 0.10.4", @@ -4605,7 +4605,7 @@ dependencies = [ [[package]] name = "light-verifier" -version = "9.0.0" +version = "10.0.0" dependencies = [ "groth16-solana", "light-compressed-account", @@ -5258,7 +5258,7 @@ dependencies = [ [[package]] name = "photon-api" -version = "0.54.0" +version = "0.55.0" dependencies = [ "openapiv3", "prettyplease", diff --git a/Cargo.toml b/Cargo.toml index 92aaed7821..ac4690ed1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -200,27 +200,27 @@ light-hash-set = { version = "4.0.0", path = "program-libs/hash-set" } light-indexed-merkle-tree = { version = "5.0.0", path = "program-libs/indexed-merkle-tree" } light-concurrent-merkle-tree = { version = "5.0.0", path = "program-libs/concurrent-merkle-tree" } light-sparse-merkle-tree = { version = "0.3.0", path = "sparse-merkle-tree" } -light-client = { path = "sdk-libs/client", version = "0.21.0" } -light-event = { path = "sdk-libs/event", version = "0.21.0" } +light-client = { path = "sdk-libs/client", version = "0.22.0" } +light-event = { path = "sdk-libs/event", version = "0.22.0" } light-hasher = { path = "program-libs/hasher", version = "5.0.0", default-features = false } light-macros = { path = "program-libs/macros", version = "2.2.0" } light-merkle-tree-reference = { path = "program-tests/merkle-tree", version = "4.0.0" } light-heap = { path = "program-libs/heap", version = "2.0.0" } -light-prover-client = { path = "prover/client", version = "7.0.0" } -light-account = { path = "sdk-libs/account", version = "0.20.0", default-features = false } -light-account-pinocchio = { path = "sdk-libs/account-pinocchio", version = "0.20.0", default-features = false } -light-sdk = { path = "sdk-libs/sdk", version = "0.20.0" } -light-sdk-pinocchio = { path = "sdk-libs/sdk-pinocchio", version = "0.20.0" } -light-sdk-macros = { path = "sdk-libs/macros", version = "0.20.0" } -light-sdk-types = { path = "sdk-libs/sdk-types", version = "0.20.0", default-features = false } -light-compressed-account = { path = "program-libs/compressed-account", version = "0.10.1", default-features = false } -light-compressible = { path = "program-libs/compressible", version = "0.5.0", default-features = false } -light-token-interface = { path = "program-libs/token-interface", version = "0.4.0" } +light-prover-client = { path = "prover/client", version = "8.0.0" } +light-account = { path = "sdk-libs/account", version = "0.22.0", default-features = false } +light-account-pinocchio = { path = "sdk-libs/account-pinocchio", version = "0.22.0", default-features = false } +light-sdk = { path = "sdk-libs/sdk", version = "0.22.0" } +light-sdk-pinocchio = { path = "sdk-libs/sdk-pinocchio", version = "0.22.0" } +light-sdk-macros = { path = "sdk-libs/macros", version = "0.22.0" } +light-sdk-types = { path = "sdk-libs/sdk-types", version = "0.22.0", default-features = false } +light-compressed-account = { path = "program-libs/compressed-account", version = "0.11.0", default-features = false } +light-compressible = { path = "program-libs/compressible", version = "0.6.0", default-features = false } +light-token-interface = { path = "program-libs/token-interface", version = "0.5.0" } light-account-checks = { path = "program-libs/account-checks", version = "0.8.0", default-features = false } -light-verifier = { path = "program-libs/verifier", version = "9.0.0" } +light-verifier = { path = "program-libs/verifier", version = "10.0.0" } light-zero-copy = { path = "program-libs/zero-copy", version = "0.6.0", default-features = false } light-zero-copy-derive = { path = "program-libs/zero-copy-derive", version = "0.6.0" } -photon-api = { path = "sdk-libs/photon-api", version = "0.54.0" } +photon-api = { path = "sdk-libs/photon-api", version = "0.55.0" } forester-utils = { path = "forester-utils", version = "2.0.0" } account-compression = { path = "programs/account-compression", version = "2.0.0", features = [ "cpi", @@ -229,11 +229,11 @@ account-compression = { path = "programs/account-compression", version = "2.0.0" light-compressed-token = { path = "programs/compressed-token/program", version = "2.0.0", features = [ "cpi", ] } -light-token-types = { path = "sdk-libs/token-types", version = "0.20.0" } -light-token = { path = "sdk-libs/token-sdk", version = "0.20.0" } -light-token-pinocchio = { path = "sdk-libs/token-pinocchio", version = "0.20.0" } -light-compressed-token-sdk = { path = "sdk-libs/compressed-token-sdk", version = "0.20.0" } -light-token-client = { path = "sdk-libs/token-client", version = "0.21.0" } +light-token-types = { path = "sdk-libs/token-types", version = "0.22.0" } +light-token = { path = "sdk-libs/token-sdk", version = "0.22.0" } +light-token-pinocchio = { path = "sdk-libs/token-pinocchio", version = "0.22.0" } +light-compressed-token-sdk = { path = "sdk-libs/compressed-token-sdk", version = "0.22.0" } +light-token-client = { path = "sdk-libs/token-client", version = "0.22.0" } light-system-program-anchor = { path = "anchor-programs/system", version = "2.0.0", features = [ "cpi", ] } @@ -244,11 +244,11 @@ light-registry = { path = "programs/registry", version = "2.0.0", features = [ create-address-test-program = { path = "program-tests/create-address-test-program", version = "1.0.0", features = [ "cpi", ] } -light-program-test = { path = "sdk-libs/program-test", version = "0.21.0" } -light-instruction-decoder = { path = "sdk-libs/instruction-decoder", version = "0.20.0" } -light-instruction-decoder-derive = { path = "sdk-libs/instruction-decoder-derive", version = "0.2.0" } -light-batched-merkle-tree = { path = "program-libs/batched-merkle-tree", version = "0.10.0" } -light-merkle-tree-metadata = { path = "program-libs/merkle-tree-metadata", version = "0.10.0" } +light-program-test = { path = "sdk-libs/program-test", version = "0.22.0" } +light-instruction-decoder = { path = "sdk-libs/instruction-decoder", version = "0.22.0" } +light-instruction-decoder-derive = { path = "sdk-libs/instruction-decoder-derive", version = "0.3.0" } +light-batched-merkle-tree = { path = "program-libs/batched-merkle-tree", version = "0.11.0" } +light-merkle-tree-metadata = { path = "program-libs/merkle-tree-metadata", version = "0.11.0" } aligned-sized = { path = "program-libs/aligned-sized", version = "1.1.0" } light-bloom-filter = { path = "program-libs/bloom-filter", version = "0.6.0" } light-bounded-vec = { version = "2.0.1" } diff --git a/external/photon b/external/photon index 84ddfc0f58..0df2397c2c 160000 --- a/external/photon +++ b/external/photon @@ -1 +1 @@ -Subproject commit 84ddfc0f586806373567faf75f45158076a4f133 +Subproject commit 0df2397c2c7d8458f45df9279e999a730ba56482 diff --git a/program-libs/batched-merkle-tree/Cargo.toml b/program-libs/batched-merkle-tree/Cargo.toml index 59dc5a6b44..507a8df18e 100644 --- a/program-libs/batched-merkle-tree/Cargo.toml +++ b/program-libs/batched-merkle-tree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-batched-merkle-tree" -version = "0.10.0" +version = "0.11.0" description = "Batch Merkle tree implementation." readme = "README.md" repository = "https://github.com/Lightprotocol/light-protocol" diff --git a/program-libs/compressed-account/Cargo.toml b/program-libs/compressed-account/Cargo.toml index 2ad55fe899..71aea6164b 100644 --- a/program-libs/compressed-account/Cargo.toml +++ b/program-libs/compressed-account/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-compressed-account" -version = "0.10.1" +version = "0.11.0" description = "Compressed account struct and common utility functions used in Light Protocol." readme = "README.md" repository = "https://github.com/Lightprotocol/light-protocol" diff --git a/program-libs/compressible/Cargo.toml b/program-libs/compressible/Cargo.toml index 7c4d6ed996..44bf23ef10 100644 --- a/program-libs/compressible/Cargo.toml +++ b/program-libs/compressible/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-compressible" -version = "0.5.0" +version = "0.6.0" edition = "2021" description = "Light Protocol compressible data structures" readme = "README.md" diff --git a/program-libs/merkle-tree-metadata/Cargo.toml b/program-libs/merkle-tree-metadata/Cargo.toml index 4218a64f3b..21cc76d2ac 100644 --- a/program-libs/merkle-tree-metadata/Cargo.toml +++ b/program-libs/merkle-tree-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-merkle-tree-metadata" -version = "0.10.0" +version = "0.11.0" description = "Merkle tree metadata for light-concurrent-merkle-tree, light-indexed-merkle-tree, light-batched-merkle-tree." readme = "README.md" repository = "https://github.com/Lightprotocol/light-protocol" diff --git a/program-libs/token-interface/Cargo.toml b/program-libs/token-interface/Cargo.toml index 7d24534b10..c89b853998 100644 --- a/program-libs/token-interface/Cargo.toml +++ b/program-libs/token-interface/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-token-interface" -version = "0.4.0" +version = "0.5.0" edition = { workspace = true } description = "Light Protocol token instruction data types." readme = "README.md" diff --git a/program-libs/verifier/Cargo.toml b/program-libs/verifier/Cargo.toml index fd3ddfee23..9803241d8f 100644 --- a/program-libs/verifier/Cargo.toml +++ b/program-libs/verifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-verifier" -version = "9.0.0" +version = "10.0.0" description = "ZKP proof verifier used in Light Protocol" readme = "README.md" repository = "https://github.com/Lightprotocol/light-protocol" diff --git a/prover/client/Cargo.toml b/prover/client/Cargo.toml index cd61de493d..2aeddfa57f 100644 --- a/prover/client/Cargo.toml +++ b/prover/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-prover-client" -version = "7.0.0" +version = "8.0.0" description = "Crate for interacting with Light Protocol circuits" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/scripts/release/publish-local.sh b/scripts/release/publish-local.sh index e4e5be6602..4eb1d9385e 100755 --- a/scripts/release/publish-local.sh +++ b/scripts/release/publish-local.sh @@ -118,6 +118,54 @@ for pkg in "${PACKAGES[@]}"; do fi done +echo "" +echo "=========================================" +echo "Phase 4: Creating bump versions PR" +echo "=========================================" +echo "" + +read -p "Create a bump versions PR? (y/N) " -n 1 -r +echo +if [[ ! $REPLY =~ ^[Yy]$ ]]; then + echo "Skipping bump versions PR." + echo "" + echo "=========================================" + echo "Release complete!" + echo "=========================================" + exit 0 +fi + +# Build version changes summary for PR body +VERSION_CHANGES="" +for pkg in "${PACKAGES[@]}"; do + VERSION=$(cargo metadata --format-version 1 --no-deps | jq -r ".packages[] | select(.name == \"$pkg\") | .version") + VERSION_CHANGES="${VERSION_CHANGES}- ${pkg}: ${VERSION}\n" +done + +BRANCH_NAME="chore/bump-versions" + +# Create branch, commit, push, and create PR +git checkout -b "$BRANCH_NAME" +git add -A +git commit -m "chore(libs): bump versions" +git push -u origin "$BRANCH_NAME" + +PR_BODY="## Version Bumps + +\`\`\` +$(echo -e "$VERSION_CHANGES") +\`\`\` + +Published to crates.io via \`scripts/release/publish-local.sh\`. + +--- +*Generated by \`scripts/release/publish-local.sh\`*" + +gh pr create \ + --title "chore: bump lib versions" \ + --body "$PR_BODY" \ + --base main + echo "" echo "=========================================" echo "Release complete!" diff --git a/scripts/release/validate-packages.sh b/scripts/release/validate-packages.sh index 5b8680ff69..20eae3004c 100755 --- a/scripts/release/validate-packages.sh +++ b/scripts/release/validate-packages.sh @@ -133,7 +133,7 @@ has_interdependencies() { # Then: Either publish or dry-run if [ -n "$EXECUTE_FLAG" ]; then # Publish with --no-verify to avoid cargo bug with unpublished deps - cargo publish $PACKAGE_ARGS --no-verify + cargo publish $PACKAGE_ARGS --no-verify --allow-dirty else # Check for interdependencies if has_interdependencies "${PACKAGES[@]}"; then diff --git a/sdk-libs/account-pinocchio/Cargo.toml b/sdk-libs/account-pinocchio/Cargo.toml index a35633051e..e3e4e744ab 100644 --- a/sdk-libs/account-pinocchio/Cargo.toml +++ b/sdk-libs/account-pinocchio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-account-pinocchio" -version = "0.20.0" +version = "0.22.0" description = "Light Protocol account types with pinocchio AccountInfo specializations" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/sdk-libs/account/Cargo.toml b/sdk-libs/account/Cargo.toml index 87187d0877..5c833587c1 100644 --- a/sdk-libs/account/Cargo.toml +++ b/sdk-libs/account/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-account" -version = "0.20.0" +version = "0.22.0" description = "Light Protocol account types with Solana AccountInfo specializations" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/sdk-libs/client/Cargo.toml b/sdk-libs/client/Cargo.toml index 81f0878cb8..82b04f1c5e 100644 --- a/sdk-libs/client/Cargo.toml +++ b/sdk-libs/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-client" -version = "0.21.0" +version = "0.22.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/lightprotocol/light-protocol" diff --git a/sdk-libs/compressed-token-sdk/Cargo.toml b/sdk-libs/compressed-token-sdk/Cargo.toml index acff5b2311..42fd5e8eac 100644 --- a/sdk-libs/compressed-token-sdk/Cargo.toml +++ b/sdk-libs/compressed-token-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-compressed-token-sdk" -version = "0.20.0" +version = "0.22.0" edition = { workspace = true } description = "Low-level SDK for compressed token operations on Light Protocol" license = "Apache-2.0" diff --git a/sdk-libs/event/Cargo.toml b/sdk-libs/event/Cargo.toml index ab6a3256bb..bea9961bb7 100644 --- a/sdk-libs/event/Cargo.toml +++ b/sdk-libs/event/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-event" -version = "0.21.0" +version = "0.22.0" description = "Event types and utilities for Light Protocol" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/sdk-libs/instruction-decoder-derive/Cargo.toml b/sdk-libs/instruction-decoder-derive/Cargo.toml index dbddaf7557..6be0803219 100644 --- a/sdk-libs/instruction-decoder-derive/Cargo.toml +++ b/sdk-libs/instruction-decoder-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-instruction-decoder-derive" -version = "0.2.0" +version = "0.3.0" description = "Derive macros for InstructionDecoder implementations in Light Protocol" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/sdk-libs/instruction-decoder/Cargo.toml b/sdk-libs/instruction-decoder/Cargo.toml index f129e9eb0c..142fe63515 100644 --- a/sdk-libs/instruction-decoder/Cargo.toml +++ b/sdk-libs/instruction-decoder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-instruction-decoder" -version = "0.20.0" +version = "0.22.0" description = "Instruction decoder library for litsvm tests." repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/sdk-libs/macros/Cargo.toml b/sdk-libs/macros/Cargo.toml index 540f2aef3e..c5aa68dcd0 100644 --- a/sdk-libs/macros/Cargo.toml +++ b/sdk-libs/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-sdk-macros" -version = "0.20.0" +version = "0.22.0" description = "Macros for Programs using the Light SDK for ZK Compression " repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/sdk-libs/photon-api/Cargo.toml b/sdk-libs/photon-api/Cargo.toml index 513b2f4236..1f58b111e2 100644 --- a/sdk-libs/photon-api/Cargo.toml +++ b/sdk-libs/photon-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "photon-api" -version = "0.54.0" +version = "0.55.0" description = "Solana indexer for general compression" license = "Apache-2.0" edition = "2021" diff --git a/sdk-libs/program-test/Cargo.toml b/sdk-libs/program-test/Cargo.toml index a05b4856ed..30c14fb019 100644 --- a/sdk-libs/program-test/Cargo.toml +++ b/sdk-libs/program-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-program-test" -version = "0.21.0" +version = "0.22.0" description = "A fast local test environment for Solana programs using compressed accounts and tokens." license = "MIT" edition = "2021" diff --git a/sdk-libs/sdk-pinocchio/Cargo.toml b/sdk-libs/sdk-pinocchio/Cargo.toml index 78fd479606..b7dd42a3fe 100644 --- a/sdk-libs/sdk-pinocchio/Cargo.toml +++ b/sdk-libs/sdk-pinocchio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-sdk-pinocchio" -version = "0.20.0" +version = "0.22.0" description = "Rust SDK for ZK Compression on Solana with Pinocchio features" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/sdk-libs/sdk-types/Cargo.toml b/sdk-libs/sdk-types/Cargo.toml index de7e9588c3..dffc1aa377 100644 --- a/sdk-libs/sdk-types/Cargo.toml +++ b/sdk-libs/sdk-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-sdk-types" -version = "0.20.0" +version = "0.22.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/lightprotocol/light-protocol" diff --git a/sdk-libs/sdk/Cargo.toml b/sdk-libs/sdk/Cargo.toml index 96f0a4738d..e5f882fb17 100644 --- a/sdk-libs/sdk/Cargo.toml +++ b/sdk-libs/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-sdk" -version = "0.20.0" +version = "0.22.0" description = "Rust SDK for ZK Compression on Solana" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/sdk-libs/token-client/Cargo.toml b/sdk-libs/token-client/Cargo.toml index e47e83e5b5..7fd1ef0212 100644 --- a/sdk-libs/token-client/Cargo.toml +++ b/sdk-libs/token-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-token-client" -version = "0.21.0" +version = "0.22.0" description = "Client library for Light Tokens" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/sdk-libs/token-pinocchio/Cargo.toml b/sdk-libs/token-pinocchio/Cargo.toml index 6bb436e879..35d857b71f 100644 --- a/sdk-libs/token-pinocchio/Cargo.toml +++ b/sdk-libs/token-pinocchio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-token-pinocchio" -version = "0.20.0" +version = "0.22.0" edition = { workspace = true } description = "Pinocchio SDK for Light Tokens" license = "Apache-2.0" diff --git a/sdk-libs/token-sdk/Cargo.toml b/sdk-libs/token-sdk/Cargo.toml index 30e8185080..4f649cf72a 100644 --- a/sdk-libs/token-sdk/Cargo.toml +++ b/sdk-libs/token-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-token" -version = "0.20.0" +version = "0.22.0" edition = { workspace = true } description = "SDK for Light Tokens" license = "Apache-2.0" diff --git a/sdk-libs/token-types/Cargo.toml b/sdk-libs/token-types/Cargo.toml index 67cba9f910..6c6a215925 100644 --- a/sdk-libs/token-types/Cargo.toml +++ b/sdk-libs/token-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-token-types" -version = "0.20.0" +version = "0.22.0" edition = "2021" description = "Light token sdk types" license = "Apache-2.0"