Skip to content

Commit

Permalink
Updating version to 3.38
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Nov 7, 2024
1 parent a834c96 commit eb68069
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
14 changes: 14 additions & 0 deletions .changes/3.38.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date" : "2024-11-07",
"version" : "3.38",
"entries" : [ {
"type" : "bugfix",
"description" : "Improve the position that inline chat shortcut hint is shown in editor"
}, {
"type" : "bugfix",
"description" : "Improve `@workspace` index start stop strategy"
}, {
"type" : "bugfix",
"description" : "Fixed an issue where Q inline won't appear in JetBrains remote 2024.2+"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# _3.38_ (2024-11-07)
- **(Bug Fix)** Improve the position that inline chat shortcut hint is shown in editor
- **(Bug Fix)** Improve `@workspace` index start stop strategy
- **(Bug Fix)** Fixed an issue where Q inline won't appear in JetBrains remote 2024.2+

# _3.37_ (2024-10-31)
- **(Bug Fix)** Amazon Q /dev: Fix the issue resulting in the first request per conversation to /dev failing
- **(Bug Fix)** Fix inline chat shortcut hint breaking text selection on remote editors
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.38-SNAPSHOT
toolkitVersion=3.38

# Publish Settings
publishToken=
Expand Down

0 comments on commit eb68069

Please sign in to comment.