Skip to content

Commit a3580e0

Browse files
yjwyjw
authored andcommitted
release 0.2.10
1 parent ab9781e commit a3580e0

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.2.10] - 2026-06-19
9+
10+
### Fixed
11+
12+
- Hardened persisted LLM auth so saved credentials survive terminal restarts even when a stale environment variable is present.
13+
- Switched `young chat` input handling to a prompt toolkit-backed editor to reduce backspace/cursor glitches on macOS terminals.
14+
815
## [0.2.9] - 2026-06-19
916

1017
### Changed

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.9"
7+
version = "0.2.10"
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.9"
3+
__version__ = "0.2.10"

0 commit comments

Comments
 (0)