diff --git a/Cargo.lock b/Cargo.lock index 88b3b8d3cb..e0d3338c7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1316,7 +1316,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chat-cli-ui" -version = "1.19.0" +version = "1.19.1" dependencies = [ "chrono", "crossterm", @@ -1343,7 +1343,7 @@ dependencies = [ [[package]] name = "chat_cli" -version = "1.19.0" +version = "1.19.1" dependencies = [ "amzn-codewhisperer-client", "amzn-codewhisperer-streaming-client", @@ -6350,7 +6350,7 @@ dependencies = [ [[package]] name = "semantic_search_client" -version = "1.19.0" +version = "1.19.1" dependencies = [ "anyhow", "bm25", diff --git a/Cargo.toml b/Cargo.toml index dff3ba057a..9870f0b977 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Amazon Q CLI Team (q-cli@amazon.com)", "Chay Nabors (nabochay@amazon edition = "2024" homepage = "https://aws.amazon.com/q/" publish = false -version = "1.19.0" +version = "1.19.1" license = "MIT OR Apache-2.0" [workspace.dependencies] diff --git a/crates/chat-cli/src/cli/feed.json b/crates/chat-cli/src/cli/feed.json index 5e34030cbf..117c70f7ad 100644 --- a/crates/chat-cli/src/cli/feed.json +++ b/crates/chat-cli/src/cli/feed.json @@ -10,6 +10,26 @@ "hidden": true, "changes": [] }, + { + "type": "release", + "date": "2025-10-27", + "version": "1.19.1", + "title": "Version 1.19.1", + "changes": [ + { + "type": "fixed", + "description": "Improved `fs-write` diff color contrast for dark and light terminal themes - [#3281](https://github.com/aws/amazon-q-developer-cli/pull/3281)" + }, + { + "type": "fixed", + "description": "Non-interactive chat output now correctly prints to standard output - [#3277](https://github.com/aws/amazon-q-developer-cli/pull/3277)" + }, + { + "type": "fixed", + "description": "Issue with random characters printed before the Spinner - [#3282](https://github.com/aws/amazon-q-developer-cli/pull/3282)" + } + ] + }, { "type": "release", "date": "2025-10-23",