Skip to content

Commit 584e6d6

Browse files
authored
chore: update version to 0.10.0 (#120)
1 parent 957363d commit 584e6d6

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## v0.10.0
4+
5+
### Features
6+
- Feature to upload files to agentapi
7+
- Introduced clickable links
8+
- Added e2e tests
9+
- Fixed the resizing scroll issue
10+
311
## v0.9.0
412

513
### 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.9.0"
51+
"version": "0.10.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.9.0"
5+
var Version = "0.10.0"

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
"info": {
335335
"description": "HTTP API for Claude Code, Goose, and Aider.\n\nhttps://github.com/coder/agentapi",
336336
"title": "AgentAPI",
337-
"version": "0.9.0"
337+
"version": "0.10.0"
338338
},
339339
"openapi": "3.1.0",
340340
"paths": {

0 commit comments

Comments
 (0)