Skip to content

Commit 5b70de4

Browse files
chore: bump version to 0.7.5
1 parent ecb3b94 commit 5b70de4

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.7.5] - 2026-04-22
6+
7+
### Changed
8+
9+
- fix: resolve skill placeholders for all SKILL.md agents, not just codex/kimi (#2313)
10+
- feat(cli): add specify self check and self upgrade stub (#2316)
11+
- Update version-guard to v1.1.0 (#2318)
12+
- docs: move community presets from README to docs/community (#2314)
13+
- catalog: add wireframe extension (v0.1.1) (#2262)
14+
- Move community walkthroughs from README to docs/community (#2312)
15+
- docs(readme): list red-team in community-extensions table (#2311)
16+
- feat(catalog): add red-team extension to community catalog (#2306)
17+
- Add superpowers-bridge community extension (#2309)
18+
- feat: implement preset wrap strategy (#2189)
19+
- fix(agents): block directory traversal in command write paths (#2229) (#2296)
20+
- chore: release 0.7.4, begin 0.7.5.dev0 development (#2299)
21+
522
## [0.7.4] - 2026-04-21
623

724
### 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.5.dev0"
3+
version = "0.7.5"
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)