Skip to content

Commit 4ed5552

Browse files
yjwyjw
authored andcommitted
feat: release young-stock-cli 0.3.0
1 parent 8f4131c commit 4ed5552

60 files changed

Lines changed: 3464 additions & 1747 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 13 additions & 366 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 227 additions & 369 deletions
Large diffs are not rendered by default.

docs/promo-copy.md

Lines changed: 0 additions & 102 deletions
This file was deleted.

docs/superpowers/plans/2026-06-18-research-report-pipeline.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

docs/superpowers/specs/2026-06-18-research-report-pipeline-design.md

Lines changed: 0 additions & 95 deletions
This file was deleted.

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.2.11"
7+
version = "0.3.0"
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.9"

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.2.11"
3+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)