File tree Expand file tree Collapse file tree 3 files changed +58
-34
lines changed Expand file tree Collapse file tree 3 files changed +58
-34
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ authors = [
19
19
edition = " 2021"
20
20
homepage = " https://aws.amazon.com/q/"
21
21
publish = false
22
- version = " 1.8.1 "
22
+ version = " 1.9.0 "
23
23
license = " MIT OR Apache-2.0"
24
24
25
25
[workspace .dependencies ]
Original file line number Diff line number Diff line change 10
10
"hidden" : true ,
11
11
"changes" : []
12
12
},
13
+ {
14
+ "type" : " release" ,
15
+ "date" : " 2025-04-28" ,
16
+ "version" : " 1.9.0" ,
17
+ "title" : " Version 1.9.0" ,
18
+ "changes" : [
19
+ {
20
+ "type" : " added" ,
21
+ "description" : " Model Context Protocol (MCP) support in `q chat` - [#1365](https://github.com/aws/amazon-q-developer-cli/pull/1365)"
22
+ },
23
+ {
24
+ "type" : " added" ,
25
+ "description" : " Fuzzy finding support for selecting profiles in `q chat` - [#1388](https://github.com/aws/amazon-q-developer-cli/pull/1388)"
26
+ },
27
+ {
28
+ "type" : " changed" ,
29
+ "description" : " `/compact` to display the summary by default in `q chat` - [#1313](https://github.com/aws/amazon-q-developer-cli/pull/1313)"
30
+ },
31
+ {
32
+ "type" : " fixed" ,
33
+ "description" : " Various issues in `q chat`"
34
+ }
35
+ ]
36
+ },
13
37
{
14
38
"type" : " release" ,
15
39
"date" : " 2025-04-25" ,
You can’t perform that action at this time.
0 commit comments