Skip to content

Commit c118c1c

Browse files
chore: release 0.7.3, begin 0.7.4.dev0 development (#2263)
* chore: bump version to 0.7.3 * chore: begin 0.7.4.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fc3d124 commit c118c1c

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.3] - 2026-04-17
6+
7+
### Changed
8+
9+
- fix: replace shell-based context updates with marker-based upsert (#2259)
10+
- Add Community Friends page to docs site (#2261)
11+
- Add Spec Scope extension to community catalog (#2172)
12+
- docs: add Community-maintained plugin for Claude Code and GitHub Copilot CLI that installs Spec Kit skills via the plugin marketplace to README (#2250)
13+
- fix: suppress CRLF warnings in auto-commit.ps1 (#2258)
14+
- feat: register Blueprint in community catalog (#2252)
15+
- preset: Update preset-fiction-book-writing to community catalog -> v1.5.0 (#2256)
16+
- chore(deps): bump actions/upload-pages-artifact from 3 to 5 (#2251)
17+
- fix: add reference/*.md to docfx content glob (#2248)
18+
- chore: release 0.7.2, begin 0.7.3.dev0 development (#2247)
19+
520
## [0.7.2] - 2026-04-16
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.3.dev0"
3+
version = "0.7.4.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)