Skip to content

Commit 762aa7d

Browse files
author
aws-toolkit-automation
committed
Updating version to 2.5
1 parent 3bc604d commit 762aa7d

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.changes/2.5.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2024-01-24",
3+
"version" : "2.5",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix issue where CodeWhisperer suggestions are sometimes trimmed"
7+
} ]
8+
}

.changes/next-release/bugfix-71c6ba6c-d774-49b0-b7fb-81e14a1cb3f0.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+
# _2.4_ (2024-01-10)
2+
- **(Bug Fix)** Fix Code Transform Plan UI component alignment
3+
- **(Bug Fix)** Fix Code Transform uploaded artifact file paths when submitting from Windows machine
4+
15
# _2.3_ (2024-01-05)
26
- **(Feature)** Emit additional CodeTransform telemetry
37
- **(Feature)** Amazon Q Transform: Use the IDE Maven runner as a fallback

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=2.5-SNAPSHOT
5+
toolkitVersion=2.5
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)