Skip to content

Commit

Permalink
Updating version to 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jul 15, 2024
1 parent a2867d2 commit 08637ee
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 17 deletions.
17 changes: 17 additions & 0 deletions .changes/3.17.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"date" : "2024-07-15",
"version" : "3.17",
"entries" : [ {
"type" : "feature",
"description" : "Amazon Q/dev: proactively show code generation iterations"
}, {
"type" : "bugfix",
"description" : "Don't allow Q/Core to be installed in the unsupported thin client context (#4658)"
}, {
"type" : "bugfix",
"description" : "AmazonQ chat `@workspace` file indexing respects user's git-ignore"
}, {
"type" : "bugfix",
"description" : "Amazon Q /dev command: improve user error messages"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# _3.17_ (2024-07-15)
- **(Feature)** Amazon Q/dev: proactively show code generation iterations
- **(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))
- **(Bug Fix)** AmazonQ chat `@workspace` file indexing respects user's git-ignore
- **(Bug Fix)** Amazon Q /dev command: improve user error messages

# _3.16_ (2024-07-10)
- **(Feature)** Add support for [Amazon Q Chat Workspace Context](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/workspace-context.html). Customers can use `@workspace` to ask questions regarding local workspace.

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.17-SNAPSHOT
toolkitVersion=3.17

# Publish Settings
publishToken=
Expand Down

0 comments on commit 08637ee

Please sign in to comment.