From 9eb322322b0115844bd87b87dbea9e0ca9aef66a0b8f71103b8a0e48bc131a39 Mon Sep 17 00:00:00 2001 From: Mukan Erkin Date: Fri, 24 Apr 2026 11:36:38 +0300 Subject: [PATCH] docs: update CHANGELOG for v0.2.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de5f61..422bae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) ## [Unreleased] +## [0.2.0] — 2026-04-24 + +### Added +- `nu node block ` — calls `nu_getBlock`, prints null if not found +- `nu node account
` — calls `nu_getAccount`, displays balance in Shell and NU +- `nu story show/node/list/pending` — wired to RPC (`nu_getStory`, `nu_getNode`, `nu_listStories`, `nu_listPendingVotes`) +- `clap env` feature — `NU_RPC_URL` env variable support + +### Changed +- `rpc::Client` params changed from object to **positional array** — matches nu-node sözleşmesi +- `rpc::Client::new` auto-appends `/rpc` path suffix + ## [0.1.0] — 2026-04-24 ### Added