Skip to content

Commit e802a7d

Browse files
chore: bump version to 0.12.11
1 parent 126e568 commit e802a7d

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
<!-- insert new changelog below this comment -->
44

5+
## [0.12.11] - 2026-07-10
6+
7+
### Changed
8+
9+
- fix(agent-context): discover nested plan.md in scoped layouts (#3024) (#3301)
10+
- fix(auth): return no matches, not raw ValueError, for a malformed URL (#3437)
11+
- fix(catalogs): raise catalog error, not raw ValueError, on a malformed URL (#3435)
12+
- fix(bundler): raise BundlerError, not raw ValueError, on a malformed catalog URL (#3433)
13+
- chore: add pre-commit config and fix trailing whitespace/end-of-file (#3430)
14+
- Add EARS Requirements Syntax extension to community catalog (#3407)
15+
- Add Spec Kit Figma extension to community catalog (#3408)
16+
- fix(workflows): report validation errors instead of crashing on non-string workflow.yml scalars (#3421)
17+
- fix(templates): remove self-referencing path in plan-template.md note (#3417)
18+
- chore: release 0.12.10, begin 0.12.11.dev0 development (#3453)
19+
520
## [0.12.10] - 2026-07-10
621

722
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "specify-cli"
3-
version = "0.12.11.dev0"
3+
version = "0.12.11"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)