Skip to content

Commit d01cb9b

Browse files
committed
chore: bump version to v0.2.1
1 parent 2ec293b commit d01cb9b

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

RELEASE_PROCESS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
1. **Create a Release Branch**
44
Create a new branch named `release/v*.*.*`.
55

6-
2. **Update Version in `Cargo.toml`**
6+
2. **Update Version in `rust/Cargo.toml`**
77
Increment the version number in the `Cargo.toml` file according to the release type (major, minor, or patch).
88

99
3. **Align Versions**
10-
Run the `./scripts/version-align.sh` script. This will:
10+
Run the `.version-align.sh` script. This will:
1111
- Update the version of all internal crates and npm packages.
1212
- Generate the updated crates.
1313

rust/Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
resolver = "2"
1111

1212
[workspace.package]
13-
version = "0.2.0"
13+
version = "0.2.1"
1414
authors = ["Magicblock Labs <[email protected]>"]
1515
edition = "2021"
1616
license = "MIT"
@@ -21,10 +21,10 @@ readme = "../README.md"
2121
keywords = ["solana", "crypto", "delegation", "ephemeral-rollups", "magicblock"]
2222

2323
[workspace.dependencies]
24-
ephemeral-rollups-sdk = { path = "sdk", version = "0.2.0" }
25-
ephemeral-rollups-sdk-attribute-ephemeral = { path = "ephemeral", version = "=0.2.0" }
26-
ephemeral-rollups-sdk-attribute-delegate = { path = "delegate", version = "=0.2.0" }
27-
ephemeral-rollups-sdk-attribute-commit = { path = "commit-attribute", version = "=0.2.0" }
24+
ephemeral-rollups-sdk = { path = "sdk", version = "=0.2.1" }
25+
ephemeral-rollups-sdk-attribute-ephemeral = { path = "ephemeral", version = "=0.2.1" }
26+
ephemeral-rollups-sdk-attribute-delegate = { path = "delegate", version = "=0.2.1" }
27+
ephemeral-rollups-sdk-attribute-commit = { path = "commit-attribute", version = "=0.2.1" }
2828

2929
## External crates
3030
anchor-lang = "0.30.1"

ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magicblock-labs/ephemeral-rollups-sdk",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"author": "MagicBlock Labs",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)