Skip to content

Commit bca5a13

Browse files
committed
chore(release): 1.1.1
1 parent 1782716 commit bca5a13

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@
77

88
## [Unreleased]
99

10+
## [ling-1.1.1] - 2026-03-14
11+
12+
### 新增
13+
14+
- Spec 项目级工作区初始化与诊断:新增 `ling spec init` / `ling spec doctor`,在工作区落盘 `.ling/spec` 资产与 `issues.csv` 校验。
15+
- Spec Profiles 资产:全局与项目级均包含 `profiles/`,并纳入完整性校验与回退语义。
16+
- Spec 资产分支拉取:`ling spec init --branch <name>` 支持从指定分支的 `.spec/` 拉取 templates/references/profiles。
17+
18+
### 变更
19+
20+
- Spec 状态判定强化:`ling spec status` 增加文件级完整性校验,且在 `state.json` 缺失但检测到残留 artifacts 时返回 `broken` 并给出修复提示。
21+
- CI 改为 npm:CI 矩阵不再依赖 bun,统一使用 `npm ci/test/run` 执行验证。
22+
1023
## [ling-1.1.0] - 2026-03-13
1124

1225
### 新增
@@ -67,7 +80,8 @@
6780

6881
本项目在 Ling 重启前的 2.x/3.x 版本记录已冻结,不再维护。
6982

70-
[Unreleased]: https://github.com/MisonL/Ling/compare/ling-1.1.0...HEAD
83+
[Unreleased]: https://github.com/MisonL/Ling/compare/ling-1.1.1...HEAD
84+
[ling-1.1.1]: https://github.com/MisonL/Ling/releases/tag/ling-1.1.1
7185
[ling-1.1.0]: https://github.com/MisonL/Ling/releases/tag/ling-1.1.0
7286
[ling-1.0.2]: https://github.com/MisonL/Ling/releases/tag/ling-1.0.2
7387
[ling-1.0.1]: https://github.com/MisonL/Ling/releases/tag/ling-1.0.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mison/ling",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "面向 Gemini CLI、Antigravity 与 Codex 的中文 AI Agent 模板工具包",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)