Skip to content

Commit ac21d13

Browse files
authored
chore: update version to 0.10.1 (#127)
1 parent 3fa0571 commit ac21d13

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## v0.10.1
4+
5+
### Features
6+
- Visual indicator for agent name in the UI (not in embed)
7+
- Downgrade openapi version to v3.0.3
8+
- Add CLI installation instructions in README.md
9+
310
## v0.10.0
411

512
### Features

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.10.0"
51+
"version": "0.10.1"
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.10.0"
5+
var Version = "0.10.1"

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
"info": {
311311
"description": "HTTP API for Claude Code, Goose, and Aider.\n\nhttps://github.com/coder/agentapi",
312312
"title": "AgentAPI",
313-
"version": "0.10.0"
313+
"version": "0.10.1"
314314
},
315315
"openapi": "3.0.3",
316316
"paths": {

0 commit comments

Comments
 (0)