Skip to content

Commit 5b397b0

Browse files
chore: bump version to 0.7.2
1 parent 697daec commit 5b397b0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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.7.2] - 2026-04-16
6+
7+
### Changed
8+
9+
- docs: add core commands reference and simplify README CLI section (#2245)
10+
- docs: add workflows reference, reorganize into docs/reference/, and add --version flag (#2244)
11+
- docs: add presets reference page and rename pack_id to preset_id (#2243)
12+
- docs: add extensions reference page and integrations FAQ (#2242)
13+
- docs: consolidate integration documentation into docs/integrations.md (#2241)
14+
- feat: update memorylint and superpowers-bridge versions to 1.3.0 with new download URLs (#2240)
15+
- feat: Integration catalog — discovery, versioning, and community distribution (#2130)
16+
- Add Catalog CI extension to community catalog (#2239)
17+
- Added issues extension (#2194)
18+
- chore: release 0.7.1, begin 0.7.2.dev0 development (#2235)
19+
520
## [0.7.1] - 2026-04-15
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.7.2.dev0"
3+
version = "0.7.2"
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)