Skip to content

Commit 3e9ac05

Browse files
chore: bump version to 0.8.0
1 parent a067d4c commit 3e9ac05

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.8.0] - 2026-04-23
6+
7+
### Changed
8+
9+
- feat(presets): Composition strategies (prepend, append, wrap) for templates, commands, and scripts (#2133)
10+
- feat(copilot): support `--integration-options="--skills"` for skills-based scaffolding (#2324)
11+
- docs(install): add pipx as alternative installation method (#2288)
12+
- Add Memory MD community extension (#2327)
13+
- Update version-guard to v1.2.0 (#2321)
14+
- fix: `--force` now overwrites shared infra files during init and upgrade (#2320)
15+
- chore: release 0.7.5, begin 0.7.6.dev0 development (#2322)
16+
517
## [0.7.5] - 2026-04-22
618

719
### 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.7.6.dev0"
3+
version = "0.8.0"
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)