Skip to content

Commit 7b76cd4

Browse files
committed
release: zinc-wallet-cli v0.3.0
1 parent 71f9fdf commit 7b76cd4

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ All notable changes to this project will be documented in this file.
66

77
- No changes yet.
88

9+
## [0.3.0] - 2026-03-27
10+
11+
### Changed
12+
- Removed `quiet` mode from CLI surface and config plumbing:
13+
- removed `--quiet` global flag,
14+
- removed `ZINC_CLI_QUIET` env handling,
15+
- removed persisted config key `quiet`,
16+
- removed setup `--quiet-default`.
17+
- Updated command contract/docs to reflect the current global flag set.
18+
- Improved wallet/account config resolution and wallet-info consistency with effective runtime network/scheme values.
19+
- Improved wallet-info recency presentation in human output.
20+
21+
### Fixed
22+
- Fixed account-switch address preview paths to use receive index `0` consistently.
23+
- Refined offer/PSBT input-source handling and stdin conflict validation.
24+
- Updated dependency pin to `zinc-core = =0.1.2`.
25+
926
## [0.2.1] - 2026-03-26
1027

1128
### Fixed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zinc-wallet-cli"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2021"
55
rust-version = "1.88"
66
license = "MIT"
@@ -76,7 +76,7 @@ tui-big-text = { version = "0.8.2", optional = true }
7676
figlet-rs = { version = "0.1.5", optional = true }
7777
supports-unicode = "3.0.0"
7878

79-
zinc-core = { version = "=0.1.1" }
79+
zinc-core = { version = "=0.1.2" }
8080
rand = { version = "0.8", optional = true }
8181
bip39 = { version = "2.1.0", optional = true }
8282
image = { version = "0.25.10", features = ["avif", "webp"] }

0 commit comments

Comments
 (0)