Skip to content

Commit 5012ba4

Browse files
chore: release 0.11.4, begin 0.11.5.dev0 development (#3092)
* chore: bump version to 0.11.4 * chore: begin 0.11.5.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 85d59d2 commit 5012ba4

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.4] - 2026-06-22
6+
7+
### Changed
8+
9+
- [extension] Add Tasks to GitHub Project extension to community catalog (#3090)
10+
- Update Linear Integration extension to v0.7.0 (#3089)
11+
- fix: fail loudly on an unknown workflow expression filter (#3074)
12+
- fix: anchor lib/ and lib64/ patterns to repo root in .gitignore (#3083)
13+
- fix(build): include specify_cli.bundler.lib in built distribution (#3085)
14+
- Harden command registration path handling (#3088)
15+
- fix(presets): preserve argument-hint in preset SKILL.md generation (#2978)
16+
- feat: surface gate detail in the workflow run/resume --json payload (#2965)
17+
- feat: add `specify bundle` command (#3070)
18+
- chore: release 0.11.3, begin 0.11.4.dev0 development (#3072)
19+
520
## [0.11.3] - 2026-06-19
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.4.dev0"
3+
version = "0.11.5.dev0"
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)