Skip to content

Commit e637dda

Browse files
authored
chore: update version to v0.11.0 (#140)
1 parent 005809c commit e637dda

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

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

3+
## v0.11.0
4+
5+
### Features
6+
- Support sending initial prompt via stdin
7+
38
## v0.10.2
49

510
### Features

MAINTAINERS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Release Process
44

5-
Before performing a release, perform a local "smoke-test".
5+
Before performing a release, perform a local "smoke-test":
6+
7+
- For most changes, simply running `go test ./e2e` may be sufficient.
8+
- For agent-specific changes, manual testing may be required.
9+
610
If everything seems OK, you can proceed to do the following:
711

812
1. Update the version string in `internal/version/version.go` and run `make gen`.

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.2"
51+
"version": "0.11.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.10.2"
5+
var Version = "0.11.0"

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.2"
313+
"version": "0.11.0"
314314
},
315315
"openapi": "3.0.3",
316316
"paths": {

0 commit comments

Comments
 (0)