Skip to content

Commit f10fd07

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

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.7.4] - 2026-04-21
6+
7+
### Changed
8+
9+
- fix(copilot): use --yolo to grant all permissions in non-interactive mode (#2298)
10+
- feat: add CITATION.cff and .zenodo.json for academic citation support (#2291)
11+
- Add spec-validate to community catalog (#2274)
12+
- feat: register Ripple in community catalog (#2272)
13+
- Add version-guard to community catalog (#2286)
14+
- Add spec-reference-loader to community catalog (#2285)
15+
- Add memory-loader to community catalog (#2284)
16+
- fix(integrations): strip UTF-8 BOM when reading agent context files (#2283)
17+
- Preset fiction book writing1.6 (#2270)
18+
- fix(integrations): migrate Antigravity (agy) layout to .agents/ and deprecate --skills (#2276)
19+
- chore: release 0.7.3, begin 0.7.4.dev0 development (#2263)
20+
521
## [0.7.3] - 2026-04-17
622

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