Skip to content

Commit 25d43a9

Browse files
chore: release 1.0.11, begin 1.0.12.dev0 development (#4723)
* chore: bump version to 1.0.11 * chore: begin 1.0.12.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5cc1f2a commit 25d43a9

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

‎CHANGELOG.md‎

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

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

5+
## [1.0.11] - 2026-09-24
6+
7+
### Changed
8+
9+
- feat: make catalog add idempotent across all catalog families (#4505) (#4543)
10+
- [extension] Update SpecAssay Check extension to v0.5.1 (#4703)
11+
- Add Spec Kit Design System extension to community catalog (#4707)
12+
- [extension] Update Applied Epistemic Engineering extension to v1.0.1 (#4699)
13+
- fix(integrations): remove duplicate Forge dispatch override (#4714)
14+
- fix(deps): drop platformdirs, which is never imported (#4675)
15+
- [preset] Update SpecAssay preset to v0.5.1 (#4706)
16+
- docs: add Japanese (日本語) README (#4560)
17+
- fix(integrations): drop invalid --model/--output-format flags from Forge dispatch (#4667)
18+
- fix: ensure idempotent project-relative path rewriting in CommandRegistrar (#4553)
19+
- feat(scripts): add SPECIFY_FEATURE_NO_PERSIST env var to suppress feature.json writes (#4128) (#4129)
20+
- Add Project Statistics Governance preset to community catalog (#4704)
21+
- [extension] Add ThreatSpec extension to community catalog (#4701)
22+
- fix(integrations): dispatch Forge via prompt flag only (#4668)
23+
- [preset] Add Database Standards preset to community catalog (#4702)
24+
- Add NIEM Information Exchanges preset to community catalog (#4698)
25+
- docs: add Spec Kit Workflow Cockpit to community friends (#4606) (#4630)
26+
- fix: restore community archive validation and compare submitted checksums (#4689)
27+
- chore: refactor root command adapters (#4687)
28+
- chore: release 1.0.10, begin 1.0.11.dev0 development (#4686)
29+
530
## [1.0.10] - 2026-09-22
631

732
### 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 = "1.0.11.dev0"
3+
version = "1.0.12.dev0"
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)