Skip to content

Commit ad9f047

Browse files
chore: release 0.10.0, begin 0.10.1.dev0 development (#2904)
* chore: bump version to 0.10.0 * chore: begin 0.10.1.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 927f54f commit ad9f047

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.10.0] - 2026-06-09
6+
7+
### Changed
8+
9+
- feat: make git extension opt-in and remove --no-git at v0.10.0 (#2873)
10+
- [Preset] UpdateFiction book writing v1.9.0 - Illustration support (#2821)
11+
- test(workflows): cover executable override fallback preflight (#2843)
12+
- Add GitHub Copilot CLI guidance to readme (#2891)
13+
- Update Security Review extension to v1.5.3 (#2898)
14+
- Update Architecture Guard extension to v1.8.17 (#2897)
15+
- feat(extensions): per-event hook lists with priority ordering (#2798)
16+
- feat!: remove legacy --ai, --ai-commands-dir, and --ai-skills flags (0.10.0) (#2872)
17+
- chore: release 0.9.5, begin 0.9.6.dev0 development (#2875)
18+
519
## [0.9.5] - 2026-06-05
620

721
### 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.9.6.dev0"
3+
version = "0.10.1.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)