Skip to content

Commit c12293c

Browse files
chore: bump version to 0.7.1
1 parent 9988a46 commit c12293c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

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.7.1] - 2026-04-15
6+
7+
### Changed
8+
9+
- ci: add windows-latest to test matrix (#2233)
10+
- docs: remove deprecated --skip-tls references from local-development guide (#2231)
11+
- fix: allow Claude to chain skills for hook execution (#2227)
12+
- docs: merge TESTING.md into CONTRIBUTING.md, remove TESTING.md (#2228)
13+
- Add agent-assign extension to community catalog (#2030)
14+
- fix: unofficial PyPI warning (#1982) and legacy extension command name auto-correction (#2017) (#2027)
15+
- feat: register architect-preview in community catalog (#2214)
16+
- chore: deprecate --ai flag in favor of --integration on specify init (#2218)
17+
- chore: release 0.7.0, begin 0.7.1.dev0 development (#2217)
18+
519
## [0.7.0] - 2026-04-14
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.7.1.dev0"
3+
version = "0.7.1"
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)