Skip to content

Commit 28de6fb

Browse files
committed
bumps version to 1.10.2
1 parent d1d8317 commit 28de6fb

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

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.10.1"
22+
version = "1.10.2"
2323
license = "MIT OR Apache-2.0"
2424

2525
[workspace.dependencies]

feed.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,50 @@
1010
"hidden": true,
1111
"changes": []
1212
},
13+
{
14+
"type": "release",
15+
"date": "2025-05-21",
16+
"version": "1.10.2",
17+
"title": "Version 1.10.2",
18+
"changes": [
19+
{
20+
"type": "fixed",
21+
"description": "Update stalled stream protection to 12s - [#75](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/75)"
22+
},
23+
{
24+
"type": "fixed",
25+
"description": "Fix token refresh - [#1920](https://github.com/aws/amazon-q-developer-cli/pull/1920)"
26+
},
27+
{
28+
"type": "fixed",
29+
"description": "An issue where early error from an mcp server will cause loading status to be terminated prematurely - [#1919](https://github.com/aws/amazon-q-developer-cli/pull/1919)"
30+
},
31+
{
32+
"type": "fixed",
33+
"description": "Fixed readme in dashboard app - [#1868](https://github.com/aws/amazon-q-developer-cli/pull/1868)"
34+
},
35+
{
36+
"type": "added",
37+
"description": "Added chat.editMode to tips - [#1900](https://github.com/aws/amazon-q-developer-cli/pull/1900)"
38+
},
39+
{
40+
"type": "added",
41+
"description": "Added multi platform process kill - [#1875](https://github.com/aws/amazon-q-developer-cli/pull/1875)"
42+
},
43+
{
44+
"type": "added",
45+
"description": "Added server load tiemout for no interactive mode - [#1851](https://github.com/aws/amazon-q-developer-cli/pull/1851)"
46+
},
47+
{
48+
"type": "added",
49+
"description": "Sorts tools and prompts - [#1809](https://github.com/aws/amazon-q-developer-cli/pull/1809)"
50+
},
51+
{
52+
"type": "added",
53+
"description": "Add semantic search crate to Q CLI - [#1860](https://github.com/aws/amazon-q-developer-cli/pull/1860)"
54+
}
55+
]
56+
},
1357
{
1458
"type": "release",
1559
"date": "2025-05-16",

0 commit comments

Comments
 (0)