Skip to content

Commit a63f64b

Browse files
chore: bump version to 0.8.1
1 parent 37745ec commit a63f64b

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

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.8.1] - 2026-04-24
6+
7+
### Changed
8+
9+
- fix(plan): use .specify/feature.json to allow /speckit.plan on custom git branches (#2305) (#2349)
10+
- feat(vibe): migrate to SkillsIntegration from the old prompts-based MarkdownIntegration (#2336)
11+
- docs: move community presets table to docs site, add missing entries (#2341)
12+
- docs(presets): add lean preset README and enrich catalog metadata (#2340)
13+
- fix: resolve command references per integration type (dot vs hyphen) (#2354)
14+
- Update product-forge to v1.5.1 in community catalog (#2352)
15+
- chore(deps): bump astral-sh/setup-uv from 8.0.0 to 8.1.0 (#2345)
16+
- fix: replace xargs trim with sed to handle quotes in descriptions (#2351)
17+
- feat: register jira preset in community catalog (#2224)
18+
- feat: Preset screenwriting (#2332)
19+
- chore: release 0.8.0, begin 0.8.1.dev0 development (#2333)
20+
521
## [0.8.0] - 2026-04-23
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.8.1.dev0"
3+
version = "0.8.1"
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)