Skip to content

Commit 4f0f03e

Browse files
stephanjclaude
andcommitted
chore: bump version to v0.9.7
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7152454 commit 4f0f03e

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@ so # Changelog
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.9.7]
6+
7+
### Added
8+
- Spec Driven Development (SDD) feature with Backlog.md integration, Kanban board, and enhanced Spec Browser (#862)
9+
- 17 granular backlog tools replacing manage_spec for full CRUD operations on tasks, documents, and milestones
10+
- Init Backlog button for quick project setup
11+
12+
### Changed
13+
- Remove deprecated o1-mini model from OpenAI registry
14+
15+
### Dependencies
16+
- Bump the gradle-dependencies group across 1 directory with 18 updates (#861)
17+
518
## [0.9.6]
619

720
### Added

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "com.devoxx.genie"
12-
version = "0.9.6"
12+
version = "0.9.7"
1313

1414
repositories {
1515
mavenCentral()

src/main/resources/META-INF/plugin.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@
4545
]]></description>
4646

4747
<change-notes><![CDATA[
48+
<h2>v0.9.7</h2>
49+
<UL>
50+
<LI>Spec Driven Development (SDD) feature with Backlog.md integration, Kanban board, and enhanced Spec Browser (#862)</LI>
51+
<LI>17 granular backlog tools replacing manage_spec for full CRUD operations on tasks, documents, and milestones</LI>
52+
<LI>Init Backlog button for quick project setup</LI>
53+
<LI>Remove deprecated o1-mini model from OpenAI registry</LI>
54+
<LI>Bump the gradle-dependencies group with 18 updates (#861)</LI>
55+
</UL>
4856
<h2>v0.9.6</h2>
4957
<UL>
5058
<LI>Inline code completion using Fill-in-the-Middle (FIM) models with configurable provider/model settings (#857)</LI>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.9.6
1+
version=0.9.7

0 commit comments

Comments
 (0)