Skip to content

Commit 4d3a428

Browse files
chore: release 0.14.1, begin 0.14.2.dev0 development (#3698)
* chore: bump version to 0.14.1 * chore: begin 0.14.2.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 58f5730 commit 4d3a428

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+
## [0.14.1] - 2026-07-23
6+
7+
### Changed
8+
9+
- Update Agent Parity Governance preset to v0.4.0 (#3697)
10+
- fix(bundler): InstallResult.changed counts uninstalled as a change (#3692)
11+
- [preset] Update Cross-Platform Governance preset to v0.2.1 (#3695)
12+
- Update A11Y Governance preset to v0.4.1 (#3693)
13+
- fix(workflows): escape step-graph brackets in `workflow info` so the type shows (#3690)
14+
- fix(workflows): filter parser rejects trailing tokens (fullmatch, not match) (#3689)
15+
- Update iSAQB Architecture Governance preset to v0.2.1 (#3687)
16+
- fix(extensions): parse SKILL.md on the --- delimiter line during removal (#3634)
17+
- fix(cli): guard lazy .hostname ValueError in extension/preset add --from (#3651)
18+
- Update Architecture Governance preset to v0.5.1 (#3686)
19+
- fix(bundler): reject a top-level non-mapping bundle-catalogs.yml in _merge_config (#3659)
20+
- Update Security Governance preset to v0.6.1 (#3685)
21+
- fix(integrations): declare OmpIntegration multi_install_safe (#3650)
22+
- feat(git-extension): add configurable Conventional Commit support (#3390) (#3413)
23+
- fix(extensions): hyphenate command names in the Forge post-install listing (#3669)
24+
- fix(bundler): reject falsy non-mapping requires/provides in CatalogEntry.from_dict (#3667)
25+
- fix(bundler): reject falsy non-list bundles/contributed_components in records (#3666)
26+
- Update Intake Authoring Governance preset to v0.1.1 (#3678)
27+
- docs(extensions): clarify agent-context README and add config examples (#3389)
28+
- chore: release 0.14.0, begin 0.14.1.dev0 development (#3677)
29+
530
## [0.14.0] - 2026-07-23
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 = "0.14.1.dev0"
3+
version = "0.14.2.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)