diff --git a/Cargo.lock b/Cargo.lock index 8a24f147cf..725050c164 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1332,7 +1332,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chat-cli-ui" -version = "1.18.0" +version = "1.19.0" dependencies = [ "chrono", "crossterm", @@ -1359,7 +1359,7 @@ dependencies = [ [[package]] name = "chat_cli" -version = "1.18.0" +version = "1.19.0" dependencies = [ "amzn-codewhisperer-client", "amzn-codewhisperer-streaming-client", @@ -6366,7 +6366,7 @@ dependencies = [ [[package]] name = "semantic_search_client" -version = "1.18.0" +version = "1.19.0" dependencies = [ "anyhow", "bm25", diff --git a/Cargo.toml b/Cargo.toml index e9f98938a9..dff3ba057a 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.18.0" +version = "1.19.0" 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 06e6bc22e9..5e34030cbf 100644 --- a/crates/chat-cli/src/cli/feed.json +++ b/crates/chat-cli/src/cli/feed.json @@ -10,6 +10,50 @@ "hidden": true, "changes": [] }, + { + "type": "release", + "date": "2025-10-23", + "version": "1.19.0", + "title": "Version 1.19.0", + "changes": [ + { + "type": "added", + "description": "Image paste support and `/paste` command - [#3088](https://github.com/aws/amazon-q-developer-cli/pull/3088)" + }, + { + "type": "fixed", + "description": "Improved UX for `q settings list` command - [#3167](https://github.com/aws/amazon-q-developer-cli/pull/3167)" + }, + { + "type": "added", + "description": "File:// URI support for agent prompts - [#3024](https://github.com/aws/amazon-q-developer-cli/pull/3024)" + }, + { + "type": "added", + "description": "PDF file support for knowledge - [#3151](https://github.com/aws/amazon-q-developer-cli/pull/3151)" + }, + { + "type": "added", + "description": "Support configurable OAuth redirect URI per MCP server - [#3124](https://github.com/aws/amazon-q-developer-cli/pull/3124)" + }, + { + "type": "fixed", + "description": "Fixes an issue with checkpoint feature, when starting multiple conversations from the same directory - [#3133](https://github.com/aws/amazon-q-developer-cli/pull/3133)" + } + ] + }, + { + "type": "release", + "date": "2025-10-13", + "version": "1.18.1", + "title": "Version 1.18.1", + "changes": [ + { + "type": "fixed", + "description": "Minor version reporting an old version" + } + ] + }, { "type": "release", "date": "2025-10-03", @@ -1247,4 +1291,4 @@ "link": "https://aws.amazon.com/blogs/aws/amazon-q-developer-now-generally-available-includes-new-capabilities-to-reimagine-developer-experience/" } ] -} +} \ No newline at end of file