Skip to content

Commit d741c4e

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.86
1 parent afaec95 commit d741c4e

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.changes/3.86.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2025-07-16",
3+
"version" : "3.86",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "- Fixed \"Insert to Cursor\" button to correctly insert code blocks at the current cursor position in the active file"
7+
} ]
8+
}

.changes/next-release/bugfix-d5bbb805-aa36-4e2b-9bc2-7377c184c716.json

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

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# _3.86_ (2025-07-16)
2+
- **(Bug Fix)** - Fixed "Insert to Cursor" button to correctly insert code blocks at the current cursor position in the active file
3+
14
# _3.85_ (2025-07-10)
25
- **(Feature)** Amazon Q /test, /doc, and /dev capabilities integrated into Agentic coding.
36
- **(Feature)** Add image context support

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.86-SNAPSHOT
5+
toolkitVersion=3.86
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)