Skip to content

Commit b0ef39f

Browse files
committed
chore: version bump
1 parent 5e1233c commit b0ef39f

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Cargo.lock

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

1414
[workspace.dependencies]

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

Lines changed: 12 additions & 0 deletions
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-09-30",
16+
"version": "1.17.1",
17+
"title": "Version 1.17.1",
18+
"changes": [
19+
{
20+
"type": "added",
21+
"description": "Model description under /model command - [#3057](https://github.com/aws/amazon-q-developer-cli/pull/3057)"
22+
}
23+
]
24+
},
1325
{
1426
"type": "release",
1527
"date": "2025-09-29",

0 commit comments

Comments
 (0)