Skip to content

Commit 73a15fb

Browse files
chore: 发布版本 1.8.16 (#116)
1 parent 5de7c1d commit 73a15fb

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
## [Unreleased]
66

7+
## [1.8.16] - 2026-04-20
8+
9+
### Changed
10+
- **严格类型检查覆盖 cache/store 模块**#115)— 白名单 56 → 57,SQLite 存储层首次严格化
11+
- `__enter__` / `__exit__` 补精确 `TracebackType` 类型签名
12+
- `get_search` 返回值用 `cast("str", ...)` 修复 `no-any-return`
13+
- 所有 SQL 参数/返回 dict 补泛型 `dict[str, Any]`
14+
15+
### Progress
16+
- cache/ + api/ 两个基础层全部严格化完成
17+
- 剩余 6 个硬骨头(外部依赖 playwright / aiohttp):api/client / api/browser_client / auth/manager / auth/browser / bridge/daemon / bridge/client
18+
719
## [1.8.15] - 2026-04-20
820

921
### 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 = "boss-agent-cli"
7-
version = "1.8.15"
7+
version = "1.8.16"
88
description = "AI Agent 专用的 BOSS 直聘求职 CLI 工具"
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/boss_agent_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boss_agent_cli.cache.store import CacheStore
1818
from boss_agent_cli.resume.models import ResumeData, ResumeFile
1919

20-
__version__ = "1.8.15"
20+
__version__ = "1.8.16"
2121

2222
__all__ = [
2323
# 版本

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)