Skip to content

Commit 67a7939

Browse files
authored
chore: bump version to 1.19.1 (#846)
* bump version to 1.19.0 * bump version
1 parent 5f83fd9 commit 67a7939

File tree

3 files changed

+53
-33
lines changed

3 files changed

+53
-33
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.19.0"
23+
version = "1.19.1"
2424
license = "MIT OR Apache-2.0"
2525

2626
[workspace.dependencies]

feed.json

Lines changed: 21 additions & 1 deletion
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",
@@ -1287,4 +1307,4 @@
12871307
"link": "https://aws.amazon.com/blogs/aws/amazon-q-developer-now-generally-available-includes-new-capabilities-to-reimagine-developer-experience/"
12881308
}
12891309
]
1290-
}
1310+
}

0 commit comments

Comments
 (0)