Skip to content

Commit 84bfe74

Browse files
authored
bump version to 1.19.0 (#830)
1 parent a46a9ba commit 84bfe74

File tree

3 files changed

+64
-32
lines changed

3 files changed

+64
-32
lines changed

Cargo.lock

Lines changed: 31 additions & 31 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
@@ -20,7 +20,7 @@ authors = [
2020
edition = "2024"
2121
homepage = "https://aws.amazon.com/q/"
2222
publish = false
23-
version = "1.18.1"
23+
version = "1.19.0"
2424
license = "MIT OR Apache-2.0"
2525

2626
[workspace.dependencies]

feed.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,38 @@
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+
},
1345
{
1446
"type": "release",
1547
"date": "2025-10-13",

0 commit comments

Comments
 (0)