Skip to content

Commit a275492

Browse files
committed
chore: bump version to 1.19.2
1 parent 7f230e0 commit a275492

File tree

3 files changed

+17
-5
lines changed

3 files changed

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

1414
[workspace.dependencies]

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010
"hidden": true,
1111
"changes": []
1212
},
13+
{
14+
"type": "release",
15+
"date": "2025-10-28",
16+
"version": "1.19.2",
17+
"title": "Version 1.19.2",
18+
"changes": [
19+
{
20+
"type": "fixed",
21+
"description": "`/model` failing to load Sonnet 4.5 - [#3288](https://github.com/aws/amazon-q-developer-cli/pull/3288)"
22+
}
23+
]
24+
},
1325
{
1426
"type": "release",
1527
"date": "2025-10-27",
@@ -1311,4 +1323,4 @@
13111323
"link": "https://aws.amazon.com/blogs/aws/amazon-q-developer-now-generally-available-includes-new-capabilities-to-reimagine-developer-experience/"
13121324
}
13131325
]
1314-
}
1326+
}

0 commit comments

Comments
 (0)