Skip to content

Commit 904bd3f

Browse files
chore: bump version to 0.11.2
1 parent 2c69954 commit 904bd3f

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.2] - 2026-06-18
6+
7+
### Changed
8+
9+
- Update Linear Integration extension to v0.6.0 (#3047)
10+
- fix: align community submission workflows with bug-assess label trigger (#3046)
11+
- fix(bug-assess): recompile lock so github guard repos is 'all' (#3036)
12+
- fix(bug-assess): set min-integrity: none to allow reading external user issues (#3030)
13+
- feat: add bug-assess agentic workflow (#3023)
14+
- feat: add /speckit.converge command (#3001)
15+
- fix: preserve .vscode/settings.json and script +x bit on integration upgrade (#3020)
16+
- feat(workflows): add from_json expression filter (#2961)
17+
- Add `init` workflow step to bootstrap projects like `specify init` (#2838)
18+
- chore: release 0.11.1, begin 0.11.2.dev0 development (#3022)
19+
520
## [0.11.1] - 2026-06-17
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.11.2.dev0"
3+
version = "0.11.2"
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)