Skip to content

Commit b94ea72

Browse files
committed
chore: bump version to 1.19.4
1 parent e3cf013 commit b94ea72

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.19.3"
11+
version = "1.19.4"
1212
license = "MIT OR Apache-2.0"
1313

1414
[workspace.dependencies]

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,30 @@
1010
"hidden": true,
1111
"changes": []
1212
},
13+
{
14+
"type": "release",
15+
"date": "2025-11-06",
16+
"version": "1.19.4",
17+
"title": "Version 1.19.4",
18+
"changes": [
19+
{
20+
"type": "added",
21+
"description": "Enhanced `delegate` tool UX and mechanics - [#3337](https://github.com/aws/amazon-q-developer-cli/pull/3337)"
22+
},
23+
{
24+
"type": "added",
25+
"description": "Warning when duplicate agents are loaded from the same directory - [#3335](https://github.com/aws/amazon-q-developer-cli/pull/3335)"
26+
},
27+
{
28+
"type": "changed",
29+
"description": "Block potentially dangerous commands from executing with the configured `execute_bash.allowedCommands` - [#3335](https://github.com/aws/amazon-q-developer-cli/pull/3335)"
30+
},
31+
{
32+
"type": "fixed",
33+
"description": "Expanding `~` in prompt `file:://` URIs - [#3301](https://github.com/aws/amazon-q-developer-cli/pull/3301)"
34+
}
35+
]
36+
},
1337
{
1438
"type": "release",
1539
"date": "2025-10-29",

0 commit comments

Comments
 (0)