Skip to content

Commit b1232cc

Browse files
authored
Updating version to 3.1 (#4420)
1 parent 874e837 commit b1232cc

9 files changed

+32
-25
lines changed

.changes/3.1.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"date" : "2024-04-30",
3+
"version" : "3.1",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Amazon Q Feature Development: Handle generated code parsing for rendering references correctly"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Amazon Q Chat: Copy to clipboard on code blocks doesn't work"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q Chat: Fixed markdown is not getting parsed inside list items."
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix help icon in the AWS Explorer pointing to the wrong auth instructions page"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Amazon Q: Fix an issue where /dev usage would cause the UI to freeze and take an unusually long time to complete. (#4269)"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Fix for Code Scan Issue editor popup for Builder Id users."
22+
} ]
23+
}

.changes/next-release/bugfix-1c15c377-1231-405a-9047-176e2f6943ce.json

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

.changes/next-release/bugfix-1f27d7e4-6c80-4c69-9570-1714ab5d769f.json

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

.changes/next-release/bugfix-283aad71-efa1-4cbd-a118-bc02efbd8c73.json

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

.changes/next-release/bugfix-36223dd4-a98d-496c-9807-9b6b36bf5022.json

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

.changes/next-release/bugfix-58b9bfa1-7342-428c-a117-329625c66382.json

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

.changes/next-release/bugfix-85cf787d-7de8-4d3c-a0a2-5a54632f4ff3.json

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# _3.1_ (2024-04-30)
2+
- **(Bug Fix)** Amazon Q Feature Development: Handle generated code parsing for rendering references correctly
3+
- **(Bug Fix)** Amazon Q Chat: Copy to clipboard on code blocks doesn't work
4+
- **(Bug Fix)** Amazon Q Chat: Fixed markdown is not getting parsed inside list items.
5+
- **(Bug Fix)** Fix help icon in the AWS Explorer pointing to the wrong auth instructions page
6+
- **(Bug Fix)** Amazon Q: Fix an issue where /dev usage would cause the UI to freeze and take an unusually long time to complete. ([#4269](https://github.com/aws/aws-toolkit-jetbrains/issues/4269))
7+
- **(Bug Fix)** Fix for Code Scan Issue editor popup for Builder Id users.
8+
19
# _3.0_ (2024-04-29)
210
- **(Feature)** Amazon Q: Security scans can now run automatically when file changes are made
311
- **(Feature)** Amazon Q: Send security issue to chat for explanation and fix

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.1-SNAPSHOT
5+
toolkitVersion=3.1
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)