Skip to content

Commit 74068a0

Browse files
committed
chore: Release cshell version 0.11.0
1 parent 6e49d7e commit 74068a0

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,34 @@
22

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

5-
## [0.10.0] - 2025-07-31
5+
## [0.11.0] - 2025-08-04
6+
7+
### 🚀 Features
8+
9+
- *(explorer)* Show light bar when block is empty (#41)
10+
11+
### 🚜 Refactor
12+
13+
- Remove duplication on invoke cmd (#42)
14+
- Remove miette in favor of anyhow and a custom render (#43)
15+
16+
## [0.10.0] - 2025-08-01
617

718
### 🚀 Features
819

920
- Improve tx detail page (#35)
1021
- Improve account page (#34)
1122
- Improve interactive mode in tx flow (#37)
1223

24+
### 🔧 Continuous Integration
25+
26+
- Update rust version in cargo dist config (#40)
27+
1328
### ⚙️ Miscellaneous Tasks
1429

1530
- Set fixed popup window length (#33)
1631
- Update tx3 to v0.11.0
32+
- Release cshell version 0.10.0
1733

1834
## [0.9.0] - 2025-07-16
1935

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.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55
rust-version = "1.88.0"
66
authors = ["TxPipe <hello@txpipe.io>"]

0 commit comments

Comments
 (0)