Skip to content

Commit 5301b34

Browse files
chore: bump version to 0.8.11
1 parent d947fda commit 5301b34

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.8.11] - 2026-05-15
6+
7+
### Changed
8+
9+
- refactor: extract _version.py from __init__.py (PR-3/8) (#2550)
10+
- Add Time Machine extension to community catalog (#2580)
11+
- fix(powershell): ensure UTF-8 templates are written without BOM (#2280)
12+
- docs: document high-assurance spec workflow (#2518)
13+
- docs: fix script name in directory tree examples (#2555)
14+
- Fix preset skill description precedence (#2538)
15+
- fix(integration): clarify multi-install guidance (#2549)
16+
- feat: add version feature reporting (#2548)
17+
- Add Architecture Workflow extension to community catalog (#2565)
18+
- chore: release 0.8.10, begin 0.8.11.dev0 development (#2562)
19+
520
## [0.8.10] - 2026-05-14
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.8.11.dev0"
3+
version = "0.8.11"
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)