Skip to content

Commit 77840d6

Browse files
authored
feat: bump version to 1.17.0 and update feed.json (#748)
1 parent d8aaef3 commit 77840d6

File tree

3 files changed

+47
-35
lines changed

3 files changed

+47
-35
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.16.3"
23+
version = "1.17.0"
2424
license = "MIT OR Apache-2.0"
2525

2626
[workspace.dependencies]

feed.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,22 @@
1212
},
1313
{
1414
"type": "release",
15-
"date": "2025-09-26",
16-
"version": "1.16.3",
17-
"title": "Version 1.16.3",
15+
"date": "2025-09-29",
16+
"version": "1.17.0",
17+
"title": "Version 1.17.0",
1818
"changes": [
19+
{
20+
"type": "added",
21+
"description": "SSE support for MCP - [#2995](https://github.com/aws/amazon-q-developer-cli/pull/2995)"
22+
},
23+
{
24+
"type": "fixed",
25+
"description": "Reloads only the built-in tools only for /experiment - [#3012](https://github.com/aws/amazon-q-developer-cli/pull/3012)"
26+
},
27+
{
28+
"type": "added",
29+
"description": "Add a `/reply` command - [#2680](https://github.com/aws/amazon-q-developer-cli/pull/2680)"
30+
},
1931
{
2032
"type": "added",
2133
"description": "[Experimental] Adds checkpointing functionality using Git CLI commands - [#2896](https://github.com/aws/amazon-q-developer-cli/pull/2896)"

0 commit comments

Comments
 (0)