Skip to content

Commit 10476b0

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.66
1 parent af6cf8d commit 10476b0

5 files changed

+16
-9
lines changed

.changes/3.66.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2025-04-11",
3+
"version" : "3.66",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "The logs emitted by the Agent during user command execution will be accepted and written to `.amazonq/dev/run_command.log` file in the user's local repository."
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Unit test generation now completes successfully when using the `/test` command "
10+
} ]
11+
}

.changes/next-release/bugfix-6fc51dfd-5646-4fb7-b07a-73da271f95f7.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/feature-5391ea41-f418-4154-9f0c-5de8bacf1aeb.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# _3.66_ (2025-04-11)
2+
- **(Feature)** The logs emitted by the Agent during user command execution will be accepted and written to `.amazonq/dev/run_command.log` file in the user's local repository.
3+
- **(Bug Fix)** Unit test generation now completes successfully when using the `/test` command
4+
15
# _3.64_ (2025-04-10)
26
- **(Bug Fix)** Fix issue where IDE freezes when logging into Amazon Q
37

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Toolkit Version
5-
toolkitVersion=3.66-SNAPSHOT
5+
toolkitVersion=3.66
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)