Skip to content

Commit bc3409e

Browse files
mnriemgithub-actions[bot]Copilot
authored
chore: release 0.8.2, begin 0.8.3.dev0 development (#2397)
* chore: bump version to 0.8.2 * chore: begin 0.8.3.dev0 development * Update CHANGELOG.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0aa588a commit bc3409e

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.8.2] - 2026-04-28
6+
7+
### Changed
8+
9+
- Add MarkItDown Document Converter extension to community catalog (#2390)
10+
- feat: Speckit preset fiction book v1.7 - Support for RAG (Chroma DB) offline semantic search (#2367)
11+
- fix(extensions): use explicit UTF-8 encoding when reading manifest YAML (#2370)
12+
- catalog: add m365 community extension
13+
- docs: replace deprecated --ai flag with --integration in all documentation (#2359)
14+
- feat(extensions,presets): authenticate GitHub-hosted catalog and download requests with GITHUB_TOKEN/GH_TOKEN (#2331)
15+
- Update extensify to v1.1.0 in community catalog (#2337)
16+
- feat(init): deprecate --no-git flag, gate deprecations at v0.10.0 (#2357)
17+
- Add Spec Orchestrator extension to community catalog (#2350)
18+
- chore: release 0.8.1, begin 0.8.2.dev0 development (#2356)
19+
520
## [0.8.1] - 2026-04-24
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.8.2.dev0"
3+
version = "0.8.3.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)