Skip to content

Commit 7025364

Browse files
authored
version bump (#3440)
1 parent 24dd3da commit 7025364

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-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.5"
11+
version = "1.19.6"
1212
license = "MIT OR Apache-2.0"
1313

1414
[workspace.dependencies]

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111
"changes": []
1212
},
1313
{
14+
"type": "release",
15+
"date": "2025-11-13",
16+
"version": "1.19.6",
17+
"title": "Version 1.19.6",
18+
"changes": [
19+
{
20+
"type": "fixed",
21+
"description": "Right arrow key being disabled - [#3439](https://github.com/aws/amazon-q-developer-cli/pull/3439)"
22+
}
23+
]
24+
}{
1425
"type": "release",
1526
"date": "2025-11-12",
1627
"version": "1.19.5",

0 commit comments

Comments
 (0)