Skip to content

Commit

Permalink
Updating version to 3.27
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Sep 5, 2024
1 parent 375083e commit 5d5b406
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
11 changes: 11 additions & 0 deletions .changes/3.27.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"date" : "2024-09-05",
"version" : "3.27",
"entries" : [ {
"type" : "feature",
"description" : "Reduce `@workspace` indexing time by 50%"
}, {
"type" : "feature",
"description" : "Amazon Q /dev: include in progress state agent in code generation"
} ]
}

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.27_ (2024-09-05)
- **(Feature)** Reduce `@workspace` indexing time by 50%
- **(Feature)** Amazon Q /dev: include in progress state agent in code generation

# _3.26_ (2024-08-30)
- **(Bug Fix)** Fix Runtime Exception when opening a tool window ([#4849](https://github.com/aws/aws-toolkit-jetbrains/issues/4849))

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.27-SNAPSHOT
toolkitVersion=3.27

# Publish Settings
publishToken=
Expand Down

0 comments on commit 5d5b406

Please sign in to comment.