File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.1] - 2026-05-31
9+
10+ ### Added
11+ - ` young update ` — upgrade the installed CLI from the current Python environment.
12+
13+ ### Changed
14+ - Synced the CLI implementation with the latest stock-analysis quote source fixes.
15+
816## [ 0.1.0] - 2026-05-31
917
1018### Added
@@ -13,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1321- ` young hk ` , ` young us ` , ` young global ` — Hong Kong / US / global indices snapshots.
1422- ` young indices ` , ` young zt-pool ` , ` young flow ` — focused subcommands.
1523- ` young cache-clear ` — manage the local response cache.
16- - ` young update ` — upgrade the installed CLI from the current Python environment.
1724- Eastmoney public endpoints (` push2.eastmoney.com ` , ` push2ex.eastmoney.com ` ) integrated, no login required.
1825- Built-in 7-day response cache (` ~/.young_stock/cache/ ` ).
1926- Rich terminal tables for human-friendly output.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " young-stock-cli"
7- version = " 0.1.0 "
7+ version = " 0.1.1 "
88description = " A-share (China stock market) after-hours CLI — no login, no scraping tricks, just data."
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change 11"""young-stock-cli: A-share after-hours CLI."""
22
3- __version__ = "0.1.0 "
3+ __version__ = "0.1.1 "
You can’t perform that action at this time.
0 commit comments