Skip to content

Commit dfa6c02

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.18
1 parent dd25f96 commit dfa6c02

6 files changed

+20
-13
lines changed

.changes/3.18.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2024-07-19",
3+
"version" : "3.18",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add support for 2024.2"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix bug when workspace index cache is not loaded"
10+
}, {
11+
"type" : "deprecation",
12+
"description" : "An upcoming release will remove support for JetBrains Gateway version 2024.1 and for IDEs based on the 2023.2 platform"
13+
} ]
14+
}

.changes/next-release/bugfix-21fb7c63-7c53-462b-a8c6-2f4e6e8e669a.json

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

.changes/next-release/deprecation-e9f0bb78-a43c-439b-88f6-d966e420e10c.json

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

.changes/next-release/feature-9433f1b7-e356-4786-8a12-9d3f76b809db.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.18_ (2024-07-19)
2+
- **(Feature)** Add support for 2024.2
3+
- **(Bug Fix)** Fix bug when workspace index cache is not loaded
4+
- **(Deprecation)** An upcoming release will remove support for JetBrains Gateway version 2024.1 and for IDEs based on the 2023.2 platform
5+
16
# _3.17_ (2024-07-15)
27
- **(Feature)** Amazon Q/dev: proactively show code generation iterations
38
- **(Bug Fix)** Don't allow Q/Core to be installed in the unsupported thin client context ([#4658](https://github.com/aws/aws-toolkit-jetbrains/issues/4658))

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.18-SNAPSHOT
5+
toolkitVersion=3.18
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)