Skip to content

Commit dbbbf1c

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

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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>"]

0 commit comments

Comments
 (0)