Skip to content

Commit bb082c5

Browse files
chore: bump version to 1.7.3 (#1130)
1 parent 31b97bd commit bb082c5

File tree

3 files changed

+84
-32
lines changed

3 files changed

+84
-32
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
@@ -19,7 +19,7 @@ authors = [
1919
edition = "2021"
2020
homepage = "https://aws.amazon.com/q/"
2121
publish = false
22-
version = "1.7.2"
22+
version = "1.7.3"
2323
license = "MIT OR Apache-2.0"
2424

2525
[workspace.dependencies]

feed.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,58 @@
1010
"hidden": true,
1111
"changes": []
1212
},
13+
{
14+
"type": "release",
15+
"date": "2025-04-08",
16+
"version": "1.7.3",
17+
"title": "Version 1.7.3",
18+
"changes": [
19+
{
20+
"type": "added",
21+
"description": "Granular tool permissioning in `q chat` with a new command `/tools` - [#1054](https://github.com/aws/amazon-q-developer-cli/pull/1054)"
22+
},
23+
{
24+
"type": "added",
25+
"description": "A new command `/editor` in `q chat` for composing prompts using the configured editor - [#1035](https://github.com/aws/amazon-q-developer-cli/pull/1035)"
26+
},
27+
{
28+
"type": "added",
29+
"description": "A new command `/issue` in `q chat` for creating new GitHub issues - [#990](https://github.com/aws/amazon-q-developer-cli/pull/990)"
30+
},
31+
{
32+
"type": "added",
33+
"description": "A new tool `report_issue` in `q chat` for creating new GitHub issues - [#974](https://github.com/aws/amazon-q-developer-cli/pull/974)"
34+
},
35+
{
36+
"type": "added",
37+
"description": "An improved context file display in `q chat` - [#983](https://github.com/aws/amazon-q-developer-cli/pull/983)"
38+
},
39+
{
40+
"type": "added",
41+
"description": "An option `--no-interactive` to invoke `q chat` in a non-interactive mode - [#878](https://github.com/aws/amazon-q-developer-cli/pull/878)"
42+
},
43+
{
44+
"type": "added",
45+
"description": "File name autocompletion in `q chat` - [#930](https://github.com/aws/amazon-q-developer-cli/pull/930)"
46+
},
47+
{
48+
"type": "added",
49+
"description": "Improved `execute_bash` pipe safety checking in `q chat` - [#927](https://github.com/aws/amazon-q-developer-cli/pull/927)"
50+
},
51+
{
52+
"type": "changed",
53+
"description": "Executing `q` now enters `q chat` instead of opening the dashboard - [#987](https://github.com/aws/amazon-q-developer-cli/pull/987)"
54+
},
55+
{
56+
"type": "fixed",
57+
"description": "A missing Match criteria error in the ssh integration - [#1134](https://github.com/aws/amazon-q-developer-cli/pull/1134)"
58+
},
59+
{
60+
"type": "fixed",
61+
"description": "Various issues in `q chat`"
62+
}
63+
]
64+
},
1365
{
1466
"type": "release",
1567
"date": "2025-03-20",

0 commit comments

Comments
 (0)