Skip to content

Commit a79c1b0

Browse files
author
AdvancingTitans
committed
release: v0.1.1
1 parent 50cefcb commit a79c1b0

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "young-stock-cli"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "A-share (China stock market) after-hours CLI — no login, no scraping tricks, just data."
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/young_stock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""young-stock-cli: A-share after-hours CLI."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)