Skip to content

Commit 4972c0e

Browse files
chore: bump version to 0.11.3
1 parent 4ef8f62 commit 4972c0e

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.11.3] - 2026-06-19
6+
7+
### Changed
8+
9+
- docs: strengthen agent disclosure to cover commits and per-round comments (#3071)
10+
- fix: isolate per-extension failures so one bad extension can't drop the rest (#2951)
11+
- fix(taskstoissues): skip tasks that already have a GitHub issue (#2992)
12+
- feat(scripts): add SPECIFY_INIT_DIR to target a member project from the repo root (#2892)
13+
- Update Multi-Model Review extension to v0.1.2 (#3066)
14+
- chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#3064)
15+
- feat(claude): run /analyze in a forked subagent (#2511)
16+
- fix: count worktree branches in git extension numbering (#3054)
17+
- Add Token Economy extension to community catalog (#3049)
18+
- chore: release 0.11.2, begin 0.11.3.dev0 development (#3059)
19+
520
- feat(scripts): add SPECIFY_INIT_DIR to target a member project from the repo root (#2892)
621

722
## [0.11.2] - 2026-06-18

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.11.3.dev0"
3+
version = "0.11.3"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
requires-python = ">=3.11"
66
dependencies = [

0 commit comments

Comments
 (0)