Skip to content

Commit

Permalink
Updating version to 3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Sep 27, 2024
1 parent b31f46b commit 44fc461
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
11 changes: 11 additions & 0 deletions .changes/3.30.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"date" : "2024-09-27",
"version" : "3.30",
"entries" : [ {
"type" : "bugfix",
"description" : "Amazon Q Code Transformation: notify users when no JDK is set in Project Structure settings"
}, {
"type" : "bugfix",
"description" : "Automatically terminate orphaned process for `@workspace` helper"
} ]
}

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# _3.30_ (2024-09-27)
- **(Bug Fix)** Amazon Q Code Transformation: notify users when no JDK is set in Project Structure settings
- **(Bug Fix)** Automatically terminate orphaned process for `@workspace` helper

# _3.29_ (2024-09-19)
- **(Feature)** Support `@workspace` queries for specific files like "`@workspace` what does test.ts do?".
- **(Bug Fix)** Amazon Q Feature Dev: fix iteration count messaging during code insertion
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Toolkit Version
toolkitVersion=3.30-SNAPSHOT
toolkitVersion=3.30

# Publish Settings
publishToken=
Expand Down

0 comments on commit 44fc461

Please sign in to comment.