Skip to content

Commit

Permalink
Updating version to 3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Sep 11, 2024
1 parent c9c8505 commit 5d1e53c
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 21 deletions.
20 changes: 20 additions & 0 deletions .changes/3.28.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"date" : "2024-09-11",
"version" : "3.28",
"entries" : [ {
"type" : "feature",
"description" : "Improve workspace indexing by only index files that are changed since last indexing"
}, {
"type" : "bugfix",
"description" : "Amazon Q Chat: Fixed inline code blocks are not vertically aligned with texts"
}, {
"type" : "bugfix",
"description" : "Fix issue preventing login when running on 2024.2 remote environments"
}, {
"type" : "bugfix",
"description" : "Automatically start workspace indexing when new project is opened"
}, {
"type" : "removal",
"description" : "Amazon Q Feature dev: Improve quality and UX by removing approach generation flow"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# _3.28_ (2024-09-11)
- **(Feature)** Improve workspace indexing by only index files that are changed since last indexing
- **(Bug Fix)** Amazon Q Chat: Fixed inline code blocks are not vertically aligned with texts
- **(Bug Fix)** Fix issue preventing login when running on 2024.2 remote environments
- **(Bug Fix)** Automatically start workspace indexing when new project is opened
- **(Removal)** Amazon Q Feature dev: Improve quality and UX by removing approach generation flow

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

# Publish Settings
publishToken=
Expand Down

0 comments on commit 5d1e53c

Please sign in to comment.