Skip to content

Commit 31f80f6

Browse files
authored
chore: bump version to 1.19.1 (#3283)
* update feed * update version * update feed with 1.18.2 * update version to 19 * update * bump version * includ spinner change * code mark around tool * wording * comma
1 parent 830c06a commit 31f80f6

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
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.19.0"
11+
version = "1.19.1"
1212
license = "MIT OR Apache-2.0"
1313

1414
[workspace.dependencies]

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@
1010
"hidden": true,
1111
"changes": []
1212
},
13+
{
14+
"type": "release",
15+
"date": "2025-10-27",
16+
"version": "1.19.1",
17+
"title": "Version 1.19.1",
18+
"changes": [
19+
{
20+
"type": "fixed",
21+
"description": "Improved `fs-write` diff color contrast for dark and light terminal themes - [#3281](https://github.com/aws/amazon-q-developer-cli/pull/3281)"
22+
},
23+
{
24+
"type": "fixed",
25+
"description": "Non-interactive chat output now correctly prints to standard output - [#3277](https://github.com/aws/amazon-q-developer-cli/pull/3277)"
26+
},
27+
{
28+
"type": "fixed",
29+
"description": "Issue with random characters printed before the Spinner - [#3282](https://github.com/aws/amazon-q-developer-cli/pull/3282)"
30+
}
31+
]
32+
},
1333
{
1434
"type": "release",
1535
"date": "2025-10-23",

0 commit comments

Comments
 (0)