diff --git a/CHANGELOG.md b/CHANGELOG.md index c05084c..412b27e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.11.0 + +### Features +- Support sending initial prompt via stdin + ## v0.10.2 ### Features diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 32954b3..f28ddda 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -2,7 +2,11 @@ ## Release Process -Before performing a release, perform a local "smoke-test". +Before performing a release, perform a local "smoke-test": + + - For most changes, simply running `go test ./e2e` may be sufficient. + - For agent-specific changes, manual testing may be required. + If everything seems OK, you can proceed to do the following: 1. Update the version string in `internal/version/version.go` and run `make gen`. diff --git a/chat/package.json b/chat/package.json index bb2353d..40cc191 100644 --- a/chat/package.json +++ b/chat/package.json @@ -48,5 +48,5 @@ "start": "next start", "storybook": "storybook dev -p 6006" }, - "version": "0.10.2" + "version": "0.11.0" } diff --git a/internal/version/version.go b/internal/version/version.go index dcd92ea..903ac62 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,4 +2,4 @@ package version -var Version = "0.10.2" +var Version = "0.11.0" diff --git a/openapi.json b/openapi.json index c22eb31..85a5385 100644 --- a/openapi.json +++ b/openapi.json @@ -310,7 +310,7 @@ "info": { "description": "HTTP API for Claude Code, Goose, and Aider.\n\nhttps://github.com/coder/agentapi", "title": "AgentAPI", - "version": "0.10.2" + "version": "0.11.0" }, "openapi": "3.0.3", "paths": {