Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.7.0"
".": "1.8.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.8.0](https://github.com/usetero/cli/compare/v1.7.0...v1.8.0) (2026-01-13)


### Features

* **tui:** redesign theme system and unify discovery step ([10c99a1](https://github.com/usetero/cli/commit/10c99a1b46b220f3c1365d65c9215e17860fd014))


### Bug Fixes

* address lint errors in client tests ([179b2cc](https://github.com/usetero/cli/commit/179b2ccc2a059416f75aeeaf8b19f71eb5e96d31))
* **ci:** prevent master pushes from cancelling each other ([075c36d](https://github.com/usetero/cli/commit/075c36d8fd6738e50a9d9defed5a923dcbd945d3))

## [1.7.0](https://github.com/usetero/cli/compare/v1.6.0...v1.7.0) (2025-12-15)


Expand Down
Loading