Skip to content

Commit b6bf5f1

Browse files
chore: bump version to 1.7.2 (#877)
1 parent 454e76f commit b6bf5f1

File tree

3 files changed

+68
-36
lines changed

3 files changed

+68
-36
lines changed

Cargo.lock

+31-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

2525
[workspace.dependencies]

feed.json

+36-4
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-03-20",
16+
"version": "1.7.2",
17+
"title": "Version 1.7.2",
18+
"changes": [
19+
{
20+
"type": "added",
21+
"description": "Support for automatically adding files as context in `q chat` - [#834](https://github.com/aws/amazon-q-developer-cli/pull/834)"
22+
},
23+
{
24+
"type": "added",
25+
"description": "A search ability when reading the filesystem in `q chat` - [#811](https://github.com/aws/amazon-q-developer-cli/pull/811)"
26+
},
27+
{
28+
"type": "added",
29+
"description": "A larger maximum tool response size in `q chat` - [#850](https://github.com/aws/amazon-q-developer-cli/pull/850)"
30+
},
31+
{
32+
"type": "fixed",
33+
"description": "Detecting libc on certain Linux distributions during install - [#851](https://github.com/aws/amazon-q-developer-cli/pull/851)"
34+
}
35+
]
36+
},
1337
{
1438
"type": "release",
1539
"date": "2025-03-14",
@@ -18,15 +42,23 @@
1842
"changes": [
1943
{
2044
"type": "added",
21-
"description": "`q chat` improvements: better file diff [#799](https://github.com/aws/amazon-q-developer-cli/pull/799), append functionality with fs_write [#764](https://github.com/aws/amazon-q-developer-cli/pull/764), multi-line input support [#831](https://github.com/aws/amazon-q-developer-cli/pull/831)"
45+
"description": "An improved file diff in `q chat` - [#799](https://github.com/aws/amazon-q-developer-cli/pull/799)"
46+
},
47+
{
48+
"type": "added",
49+
"description": "Multi-line input support in `q chat` - [#831](https://github.com/aws/amazon-q-developer-cli/pull/831)"
50+
},
51+
{
52+
"type": "added",
53+
"description": "An append functionality with fs_write in `q chat` - [#764](https://github.com/aws/amazon-q-developer-cli/pull/764)"
2254
},
2355
{
2456
"type": "added",
25-
"description": "Support for WindSurf Next [#814](https://github.com/aws/amazon-q-developer-cli/pull/814)"
57+
"description": "Support for WindSurf Next - [#814](https://github.com/aws/amazon-q-developer-cli/pull/814)"
2658
},
2759
{
2860
"type": "changed",
29-
"description": "Ctrl+C no longer exits `q chat` on first attempt [#830](https://github.com/aws/amazon-q-developer-cli/pull/830)"
61+
"description": "Ctrl+C so that it exits `q chat` on first attempt - [#830](https://github.com/aws/amazon-q-developer-cli/pull/830)"
3062
},
3163
{
3264
"type": "fixed",
@@ -42,7 +74,7 @@
4274
"changes": [
4375
{
4476
"type": "added",
45-
"description": "Enhanced `q chat` with agentic capabilities. See the [announcement post](https://aws.amazon.com/blogs/devops/introducing-the-enhanced-command-line-interface-in-amazon-q-developer/) for more information."
77+
"description": "An enhanced `q chat` with agentic capabilities. See the [announcement post](https://aws.amazon.com/blogs/devops/introducing-the-enhanced-command-line-interface-in-amazon-q-developer/) for more information."
4678
}
4779
]
4880
},

0 commit comments

Comments
 (0)