Skip to content

Commit 46403c1

Browse files
authored
Bump version to 1.16.2 and update feed.json (#2938)
1 parent 18bd270 commit 46403c1

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-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.16.1"
11+
version = "1.16.2"
1212
license = "MIT OR Apache-2.0"
1313

1414
[workspace.dependencies]

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,38 @@
1010
"hidden": true,
1111
"changes": []
1212
},
13+
{
14+
"type": "release",
15+
"date": "2025-09-19",
16+
"version": "1.16.2",
17+
"title": "Version 1.16.2",
18+
"changes": [
19+
{
20+
"type": "added",
21+
"description": "Add support for preToolUse and postToolUse hook - [#2875](https://github.com/aws/amazon-q-developer-cli/pull/2875)"
22+
},
23+
{
24+
"type": "added",
25+
"description": "Support for specifying oauth scopes via config - [#2925]( https://github.com/aws/amazon-q-developer-cli/pull/2925)"
26+
},
27+
{
28+
"type": "fixed",
29+
"description": "Support for headers ingestion for remote mcp - [#2925]( https://github.com/aws/amazon-q-developer-cli/pull/2925)"
30+
},
31+
{
32+
"type": "added",
33+
"description": "Change autocomplete shortcut from ctrl-f to ctrl-g - [#2634](https://github.com/aws/amazon-q-developer-cli/pull/2634)"
34+
},
35+
{
36+
"type": "fixed",
37+
"description": "Fix file-path expansion in mcp-config - [#2915]( https://github.com/aws/amazon-q-developer-cli/pull/2915)"
38+
},
39+
{
40+
"type": "fixed",
41+
"description": "Fix filepath expansion to use absolute paths - [#2933](https://github.com/aws/amazon-q-developer-cli/pull/2933)"
42+
}
43+
]
44+
},
1345
{
1446
"type": "release",
1547
"date": "2025-09-17",

0 commit comments

Comments
 (0)