Skip to content

Commit 2262359

Browse files
chore: bump version to 0.9.5
1 parent 60302fe commit 2262359

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.9.5] - 2026-06-05
6+
7+
### Changed
8+
9+
- feat(extensions): add bundled bug triage workflow extension (#2871)
10+
- fix: resolve GitHub release asset API URL for private repo preset and workflow downloads (#2855)
11+
- chore(deps): bump github/gh-aw-actions from 0.77.0 to 0.78.1 (#2860)
12+
- chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#2859)
13+
- chore(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0 (#2858)
14+
- chore(deps): bump github/codeql-action from 4.36.0 to 4.36.2 (#2857)
15+
- fix(workflows): render gate show_file contents in the interactive prompt (#2810)
16+
- feat: add support for rovodev (#2539)
17+
- chore: release 0.9.4, begin 0.9.5.dev0 development (#2853)
18+
519
## [0.9.4] - 2026-06-04
620

721
### 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.9.5.dev0"
3+
version = "0.9.5"
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)