Skip to content

Commit 1776a67

Browse files
authored
Bump version to 1.19.0 and update feed.json (#3234)
* update feed * update version * update feed with 1.18.2 * update version to 19 * update
1 parent e0245ff commit 1776a67

File tree

3 files changed

+49
-5
lines changed

3 files changed

+49
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Amazon Q CLI Team ([email protected])", "Chay Nabors (nabochay@amazon
88
edition = "2024"
99
homepage = "https://aws.amazon.com/q/"
1010
publish = false
11-
version = "1.18.0"
11+
version = "1.19.0"
1212
license = "MIT OR Apache-2.0"
1313

1414
[workspace.dependencies]

crates/chat-cli/src/cli/feed.json

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,50 @@
1010
"hidden": true,
1111
"changes": []
1212
},
13+
{
14+
"type": "release",
15+
"date": "2025-10-23",
16+
"version": "1.19.0",
17+
"title": "Version 1.19.0",
18+
"changes": [
19+
{
20+
"type": "added",
21+
"description": "Image paste support and `/paste` command - [#3088](https://github.com/aws/amazon-q-developer-cli/pull/3088)"
22+
},
23+
{
24+
"type": "fixed",
25+
"description": "Improved UX for `q settings list` command - [#3167](https://github.com/aws/amazon-q-developer-cli/pull/3167)"
26+
},
27+
{
28+
"type": "added",
29+
"description": "File:// URI support for agent prompts - [#3024](https://github.com/aws/amazon-q-developer-cli/pull/3024)"
30+
},
31+
{
32+
"type": "added",
33+
"description": "PDF file support for knowledge - [#3151](https://github.com/aws/amazon-q-developer-cli/pull/3151)"
34+
},
35+
{
36+
"type": "added",
37+
"description": "Support configurable OAuth redirect URI per MCP server - [#3124](https://github.com/aws/amazon-q-developer-cli/pull/3124)"
38+
},
39+
{
40+
"type": "fixed",
41+
"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)"
42+
}
43+
]
44+
},
45+
{
46+
"type": "release",
47+
"date": "2025-10-13",
48+
"version": "1.18.1",
49+
"title": "Version 1.18.1",
50+
"changes": [
51+
{
52+
"type": "fixed",
53+
"description": "Minor version reporting an old version"
54+
}
55+
]
56+
},
1357
{
1458
"type": "release",
1559
"date": "2025-10-03",
@@ -1247,4 +1291,4 @@
12471291
"link": "https://aws.amazon.com/blogs/aws/amazon-q-developer-now-generally-available-includes-new-capabilities-to-reimagine-developer-experience/"
12481292
}
12491293
]
1250-
}
1294+
}

0 commit comments

Comments
 (0)