Skip to content

Commit ab3d2fa

Browse files
chore: release 1.0.4, begin 1.0.5.dev0 development (#4411)
* chore: bump version to 1.0.4 * chore: begin 1.0.5.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6bfeea6 commit ab3d2fa

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [1.0.4] - 2026-09-02
6+
7+
### Changed
8+
9+
- fix(scripts): stop wrap composition looping on a token in core content (#4396)
10+
- [extension] Update Charter extension to v0.6.1 (#4409)
11+
- fix(workflows): keep non-ASCII text readable in written overlay files (#4148)
12+
- fix(workflows): report overlay operation keys in declaration order (#4146)
13+
- fix: skip corrupted state.json in list_runs() instead of aborting (#3904)
14+
- fix(rovodev): guard non-string prompt names when merging prompts.yml (#4145)
15+
- fix: narrow bare except Exception in preset command reconciliation (#3842)
16+
- fix(workflows): refuse a filter mixed with a comparison operator instead of silently mis-binding it (#3894)
17+
- fix: escape Rich markup in workflow error output (#3837)
18+
- fix: add JSON error handling to auth config loader (#3836)
19+
- fix: use missing_ok=True in extension ZIP cleanup (#3870)
20+
- feat(presets): let a preset declare a required extension (#4250)
21+
- fix(bundler): reject unsupported catalog payload versions (#4090)
22+
- fix(extensions): install bundled extension updates from the local package (#4351)
23+
- docs: clarify autonomous PR handling (#4392)
24+
- fix(workflows): reject malformed step config on add (#4087)
25+
- fix(powershell): stop create-new-feature crashing on a non-Latin description (#4138)
26+
- fix(bundler): treat an explicit-null records field as missing, not "None" (#4136)
27+
- Add DeepSeek Harness (DSH) integration (#4336)
28+
- chore: release 1.0.3, begin 1.0.4.dev0 development (#4391)
29+
530
## [1.0.3] - 2026-09-01
631

732
### 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 = "1.0.4.dev0"
3+
version = "1.0.5.dev0"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)