diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 68cd6be..1cd5476 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -3,11 +3,11 @@ 1. **Create a Release Branch** Create a new branch named `release/v*.*.*`. -2. **Update Version in `Cargo.toml`** +2. **Update Version in `rust/Cargo.toml`** Increment the version number in the `Cargo.toml` file according to the release type (major, minor, or patch). 3. **Align Versions** - Run the `./scripts/version-align.sh` script. This will: + Run the `.version-align.sh` script. This will: - Update the version of all internal crates and npm packages. - Generate the updated crates. diff --git a/rust/Cargo.lock b/rust/Cargo.lock index f94328c..a76ea0e 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1196,7 +1196,7 @@ dependencies = [ [[package]] name = "ephemeral-rollups-sdk" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anchor-lang", "borsh 0.10.4", @@ -1209,7 +1209,7 @@ dependencies = [ [[package]] name = "ephemeral-rollups-sdk-attribute-commit" -version = "0.2.0" +version = "0.2.1" dependencies = [ "proc-macro2", "quote", @@ -1218,7 +1218,7 @@ dependencies = [ [[package]] name = "ephemeral-rollups-sdk-attribute-delegate" -version = "0.2.0" +version = "0.2.1" dependencies = [ "proc-macro2", "quote", @@ -1227,7 +1227,7 @@ dependencies = [ [[package]] name = "ephemeral-rollups-sdk-attribute-ephemeral" -version = "0.2.0" +version = "0.2.1" dependencies = [ "proc-macro2", "quote", @@ -2126,7 +2126,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "magic-resolver" -version = "0.2.0" +version = "0.2.1" dependencies = [ "base64 0.12.3", "bincode", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index f38358d..553d09d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -10,7 +10,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.2.0" +version = "0.2.1" authors = ["Magicblock Labs "] edition = "2021" license = "MIT" @@ -21,10 +21,10 @@ readme = "../README.md" keywords = ["solana", "crypto", "delegation", "ephemeral-rollups", "magicblock"] [workspace.dependencies] -ephemeral-rollups-sdk = { path = "sdk", version = "0.2.0" } -ephemeral-rollups-sdk-attribute-ephemeral = { path = "ephemeral", version = "=0.2.0" } -ephemeral-rollups-sdk-attribute-delegate = { path = "delegate", version = "=0.2.0" } -ephemeral-rollups-sdk-attribute-commit = { path = "commit-attribute", version = "=0.2.0" } +ephemeral-rollups-sdk = { path = "sdk", version = "=0.2.1" } +ephemeral-rollups-sdk-attribute-ephemeral = { path = "ephemeral", version = "=0.2.1" } +ephemeral-rollups-sdk-attribute-delegate = { path = "delegate", version = "=0.2.1" } +ephemeral-rollups-sdk-attribute-commit = { path = "commit-attribute", version = "=0.2.1" } ## External crates anchor-lang = "0.30.1" diff --git a/ts/package.json b/ts/package.json index 4ca13d2..d4a38b8 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,6 +1,6 @@ { "name": "@magicblock-labs/ephemeral-rollups-sdk", - "version": "0.2.0", + "version": "0.2.1", "author": "MagicBlock Labs", "license": "MIT", "publishConfig": {