Skip to content

Commit c88fcc3

Browse files
523034406523034406
authored andcommitted
chore: release v0.2.1
CI fixes, import test robustness, publish artifacts; see CHANGELOG. Made-with: Cursor
1 parent 027a494 commit c88fcc3

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1414

1515
---
1616

17+
## [0.2.1] — 2026-04-06
18+
19+
### Fixed
20+
- **GitHub Actions**`ruff check` 改为读取 `pyproject.toml` 中的 lint 配置(恢复 E701 等忽略项);暂时移除 `ruff format --check`(与当前代码风格尚未统一)
21+
- **测试**`mentor import` 集成测试在窄终端下因 Rich 路径换行导致断言失败,改为对输出去换行后再匹配 Persona ID
22+
- **CLI**:导入成功提示将路径单独一行,减少终端折行
23+
- **发布工作流**:构建产物通过 artifact 传递到 Release job,GitHub Release 可正确附带 sdist/wheel
24+
25+
---
26+
1727
## [0.2.0] — 2026-04-06
1828

1929
### Added

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 = "mentor-skill"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "把你的导师蒸馏成 AI Skill — 她的思维方式、反馈风格、知识体系全部保留。"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

src/mentor_skill/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""mentor-skill: 把你的导师蒸馏成 AI Skill"""
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.2.1"
44
__author__ = "SonicBotMan"

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)