Skip to content

Commit bb4aa6f

Browse files
chore(main): release 0.8.0
1 parent df09d1e commit bb4aa6f

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.3"
2+
".": "0.8.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.8.0](https://github.com/workos/cli/compare/v0.7.3...v0.8.0) (2026-03-02)
8+
9+
10+
### Features
11+
12+
* non-TTY mode for agent-friendly CLI ([#75](https://github.com/workos/cli/issues/75)) ([df09d1e](https://github.com/workos/cli/commit/df09d1ec2151a11d0af289f6dbe1e59f766b0a6e))
13+
* upgrade @anthropic-ai/claude-agent-sdk from 0.2.19 to 0.2.62 ([44fc4c2](https://github.com/workos/cli/commit/44fc4c2fbcc68c5ef8a6a18f6ce22987e8b54d4a))
14+
715
## [0.7.3](https://github.com/workos/cli/compare/v0.7.2...v0.7.3) (2026-02-24)
816

917

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workos",
3-
"version": "0.7.3",
3+
"version": "0.8.0",
44
"type": "module",
55
"description": "The Official Workos CLI",
66
"repository": {

0 commit comments

Comments
 (0)