Skip to content

Commit 0b1bba4

Browse files
committed
chore: Release cshell version 0.13.0
1 parent 34a6e83 commit 0b1bba4

3 files changed

Lines changed: 52 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,46 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased]
5+
## [0.13.0] - 2025-12-29
6+
7+
### 🚀 Features
8+
9+
- Low-level tx builder with invoke examples (#45)
10+
- Introduce `wallet utxos` command (#47)
11+
- Support profile flag for invoke command
12+
13+
### 🚜 Refactor
14+
15+
- Use TII format for invoke command (#49)
16+
17+
### 📚 Documentation
18+
19+
- Add examples (#46)
20+
21+
### ⚙️ Miscellaneous Tasks
22+
23+
- Update deps across the board (#48)
24+
25+
## [0.12.0] - 2025-09-03
26+
27+
### 🚀 Features
28+
29+
- Implement search command (#16)
30+
31+
### ⚙️ Miscellaneous Tasks
32+
33+
- Release cshell version 0.12.0
634

735
## [0.11.1] - 2025-08-06
836

937
### 🐛 Bug Fixes
1038

1139
- Improve error message reports
1240

41+
### ⚙️ Miscellaneous Tasks
42+
43+
- Release cshell version 0.11.1
44+
1345
## [0.11.0] - 2025-08-04
1446

1547
### 🚀 Features

Cargo.lock

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cshell"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
edition = "2021"
55
rust-version = "1.88.0"
66
authors = ["TxPipe <hello@txpipe.io>"]
@@ -14,9 +14,9 @@ keywords = ["cardano", "blockchain", "wallet"]
1414
categories = ["command-line-utilities", "blockchain", "cardano", "wallet"]
1515

1616
[dependencies]
17-
# tx3-sdk = "^0"
17+
tx3-sdk = "0.9.0"
1818
# tx3-sdk = { git = "https://github.com/tx3-lang/rust-sdk.git" }
19-
tx3-sdk = { path = "../../tx3-lang/rust-sdk/sdk" }
19+
# tx3-sdk = { path = "../../tx3-lang/rust-sdk/sdk" }
2020

2121
# utxorpc = { git = "https://github.com/utxorpc/rust-sdk" }
2222
utxorpc = "0.12.0"

0 commit comments

Comments
 (0)