Skip to content

Commit d24582c

Browse files
authored
bump to 1.10.0 (#1444)
* bump to 1.10.0 * Add more feed line items * add backticks * add more backticks * fix copy for 1.9.1
1 parent 7898d94 commit d24582c

File tree

3 files changed

+60
-36
lines changed

3 files changed

+60
-36
lines changed

Cargo.lock

Lines changed: 33 additions & 33 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
@@ -19,7 +19,7 @@ authors = [
1919
edition = "2021"
2020
homepage = "https://aws.amazon.com/q/"
2121
publish = false
22-
version = "1.9.1"
22+
version = "1.10.0"
2323
license = "MIT OR Apache-2.0"
2424

2525
[workspace.dependencies]

feed.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,30 @@
1010
"hidden": true,
1111
"changes": []
1212
},
13+
{
14+
"type": "release",
15+
"date": "2025-04-30",
16+
"version": "1.10.0",
17+
"title": "Version 1.10.0",
18+
"changes": [
19+
{
20+
"type": "added",
21+
"description": "Multi-region support for pro users"
22+
},
23+
{
24+
"type": "fixed",
25+
"description": "An issue where non-interactive chat sessions displayed welcome banner - [#1437](https://github.com/aws/amazon-q-developer-cli/pull/1437)"
26+
},
27+
{
28+
"type": "fixed",
29+
"description": "An issue where the `/context` chat command reference was duplicated in `/help` - [#1438](https://github.com/aws/amazon-q-developer-cli/pull/1438)"
30+
},
31+
{
32+
"type": "fixed",
33+
"description": "Preferred default of fuzzy find to `ctrl+s` - [#1442](https://github.com/aws/amazon-q-developer-cli/pull/1442)"
34+
}
35+
]
36+
},
1337
{
1438
"type": "release",
1539
"date": "2025-04-28",
@@ -18,7 +42,7 @@
1842
"changes": [
1943
{
2044
"type": "fixed",
21-
"description": "Shortens mcp tip to avoid overflow (emergent deployment)"
45+
"description": "A bug where chat would sometimes become unresponsive"
2246
}
2347
]
2448
},
@@ -218,7 +242,7 @@
218242
},
219243
{
220244
"type": "changed",
221-
"description": "Ctrl+C so that it exits `q chat` on first attempt - [#830](https://github.com/aws/amazon-q-developer-cli/pull/830)"
245+
"description": "`ctrl+c` so that it exits `q chat` on first attempt - [#830](https://github.com/aws/amazon-q-developer-cli/pull/830)"
222246
},
223247
{
224248
"type": "fixed",

0 commit comments

Comments
 (0)