Skip to content

Commit 8885a67

Browse files
chore: bump version to 1.7.0 (#736)
1 parent 103dc07 commit 8885a67

File tree

4 files changed

+45
-34
lines changed

4 files changed

+45
-34
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.6.3"
22+
version = "1.7.0"
2323
license = "MIT OR Apache-2.0"
2424

2525
[workspace.dependencies]

crates/fig_api_client/src/clients/streaming_client.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ impl StreamingClient {
9494
}
9595

9696
pub async fn send_message(&self, conversation_state: ConversationState) -> Result<SendMessageOutput, Error> {
97-
// TODO(bskiser): remove debug
98-
debug!("Sending conversation: {:#?}", conversation_state);
97+
debug!("Sending conversation: {:?}", conversation_state);
9998
let ConversationState {
10099
conversation_id,
101100
user_input_message,

feed.json

+12
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010
"hidden": true,
1111
"changes": []
1212
},
13+
{
14+
"type": "release",
15+
"date": "2025-03-05",
16+
"version": "1.7.0",
17+
"title": "Version 1.7.0",
18+
"changes": [
19+
{
20+
"type": "added",
21+
"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."
22+
}
23+
]
24+
},
1325
{
1426
"type": "release",
1527
"date": "2025-02-20",

0 commit comments

Comments
 (0)