Skip to content

Commit 4df3603

Browse files
committed
chore(release): bump version to 0.4.6
1 parent a3ede62 commit 4df3603

5 files changed

Lines changed: 28 additions & 34 deletions

File tree

.changeset/dry-actors-open.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/fix-privkey-prefix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/vast-ravens-invent.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# @offckb/cli
22

3+
## 0.4.6
4+
5+
### Patch Changes
6+
7+
- a5592dc: Upgrade default CKB version from 0.201.0 to 0.205.0
8+
9+
CKB v0.205.0 includes:
10+
11+
- Terminal module for CKB-TUI
12+
- Proxy protocol support
13+
- RPC logs subscription
14+
- Rust toolchain upgrade to 1.92.0
15+
16+
- 8da140d: fix(cli): standardize private key inputs and fix 0x prefix parsing error (#422)
17+
- fb506f4: fix(create): ensure CKB binary and devnet config before generating scripts
18+
19+
Fix issue #396 where `offckb create` failed if user hasn't run `offckb node` first.
20+
21+
**Changes:**
22+
23+
- Add imports for `installCKBBinary`, `initChainIfNeeded`, and `readSettings`
24+
- Call `installCKBBinary` to download CKB binary if not exists
25+
- Call `initChainIfNeeded` to initialize devnet config if not exists
26+
- Both calls happen before `genSystemScriptsJsonFile` to ensure dependencies are ready
27+
28+
This makes `offckb create` self-sufficient and doesn't require prior `offckb node` execution.
29+
330
## 0.4.5
431

532
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@offckb/cli",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "ckb development network for your first try",
55
"author": "CKB EcoFund",
66
"license": "MIT",

0 commit comments

Comments
 (0)