Skip to content

Commit f239a65

Browse files
authored
chore: update version to 0.12.0 (#196)
1 parent 2f83ccc commit f239a65

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v0.12.0
4+
5+
### Features
6+
- Experimental ACP integration
7+
- Introduce state persistence
8+
9+
### Fixes
10+
- Fix pr-preview workflow errors
11+
12+
### Chore
13+
- Codebase refactor for abstraction
14+
- Go version bump to 1.24
15+
- Use coder/quartz
16+
317
## v0.11.8
418

519
### Fix

chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
"start": "next start",
4949
"storybook": "storybook dev -p 6006"
5050
},
51-
"version": "0.11.8"
51+
"version": "0.12.0"
5252
}

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package version
44

5-
var Version = "0.11.8"
5+
var Version = "0.12.0"

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
"info": {
358358
"description": "HTTP API for Claude Code, Goose, and Aider.\n\nhttps://github.com/coder/agentapi",
359359
"title": "AgentAPI",
360-
"version": "0.11.8"
360+
"version": "0.12.0"
361361
},
362362
"openapi": "3.0.3",
363363
"paths": {

0 commit comments

Comments
 (0)