Skip to content

Commit fb97070

Browse files
chore: bump version to 0.10.2
1 parent 77af08b commit fb97070

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

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.10.2] - 2026-06-11
6+
7+
### Changed
8+
9+
- Add Research Harness extension to community catalog (#2935)
10+
- Add Coding Standards Drift Control extension to community catalog (#2934)
11+
- Add Spec Trace extension to community catalog (#2527)
12+
- fix(extensions): preserve argument-hint in extension Claude SKILL.md (#2916)
13+
- fix(presets): harden preset URL installs against unsafe redirects (#2911)
14+
- fix: skip recovered files during refresh_managed overwrite check (#2918) (#2919)
15+
- Update multi-model-review extension to v0.1.1 (#2900)
16+
- feat: add category and effect as first-class fields in extension schema (#2899)
17+
- chore(catalog): add Jira Integration (Sync Engine) extension (#2895)
18+
- chore: release 0.10.1, begin 0.10.2.dev0 development (#2910)
19+
520
## [0.10.1] - 2026-06-09
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.10.2.dev0"
3+
version = "0.10.2"
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)