Skip to content

Commit 1bb707d

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.33
1 parent 12e7803 commit 1bb707d

6 files changed

+20
-13
lines changed

.changes/3.33.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2024-10-17",
3+
"version" : "3.33",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add support for 2024.3"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "`@workspace` cannot properly locate certain folders for certain project setup"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix an IDE deadlock that may occur while attempting to initialize Amazon Q UI elements (#4966)"
13+
} ]
14+
}

.changes/next-release/bugfix-9e318f1e-baa7-4d10-98de-edfa70fcd7e0.json

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

.changes/next-release/bugfix-bcf4a2c9-230b-440b-93ed-8b2fb96929be.json

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

.changes/next-release/feature-dd281d60-2902-47d0-b7d6-bf0bd6225abd.json

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# _3.33_ (2024-10-17)
2+
- **(Feature)** Add support for 2024.3
3+
- **(Bug Fix)** `@workspace` cannot properly locate certain folders for certain project setup
4+
- **(Bug Fix)** Fix an IDE deadlock that may occur while attempting to initialize Amazon Q UI elements ([#4966](https://github.com/aws/aws-toolkit-jetbrains/issues/4966))
5+
16
# _3.32_ (2024-10-10)
27
- **(Feature)** Loosen inline completion support limitations for YAML/JSON
38
- **(Bug Fix)** Fix error occuring when Amazon Q attempts to show UI hints on manually triggerred inline suggestion ([#4929](https://github.com/aws/aws-toolkit-jetbrains/issues/4929))

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.33-SNAPSHOT
5+
toolkitVersion=3.33
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)