Skip to content

Commit 3467d26

Browse files
chore: release 0.7.0, begin 0.7.1.dev0 development (#2217)
* chore: bump version to 0.7.0 * chore: begin 0.7.1.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a00e679 commit 3467d26

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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.7.0] - 2026-04-14
6+
7+
### Changed
8+
9+
- Add workflow engine with catalog system (#2158)
10+
- docs(catalog): add claude-ask-questions to community preset catalog (#2191)
11+
- Add SFSpeckit — Salesforce SDD Extension (#2208)
12+
- feat(scripts): optional single-segment branch prefix for gitflow (#2202)
13+
- chore: release 0.6.2, begin 0.6.3.dev0 development (#2205)
14+
- Add Worktrees extension to community catalog (#2207)
15+
- feat: Update catalog.community.json for preset-fiction-book-writing (#2199)
16+
517
## [0.6.2] - 2026-04-13
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.6.3.dev0"
3+
version = "0.7.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)