Skip to content

Commit

Permalink
Merge main into feature/q-dev-execution
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Dec 3, 2024
2 parents d4bc4a3 + e0ddf0b commit 20b96b7
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 17 deletions.
17 changes: 17 additions & 0 deletions .changes/3.43.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"date" : "2024-12-03",
"version" : "3.43",
"entries" : [ {
"type" : "feature",
"description" : "`/review` in Q chat to scan your code for vulnerabilities and quality issues, and generate fixes"
}, {
"type" : "feature",
"description" : "`/test` in Q chat to generate unit tests for java and python"
}, {
"type" : "feature",
"description" : "`/doc` in Q chat to generate and update documentation for your project"
}, {
"type" : "feature",
"description" : "Added system notifications to inform users about critical plugin updates and potential issues with available workarounds"
} ]
}

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.43_ (2024-12-03)
- **(Feature)** `/review` in Q chat to scan your code for vulnerabilities and quality issues, and generate fixes
- **(Feature)** `/test` in Q chat to generate unit tests for java and python
- **(Feature)** `/doc` in Q chat to generate and update documentation for your project
- **(Feature)** Added system notifications to inform users about critical plugin updates and potential issues with available workarounds

# _3.42_ (2024-11-27)
- **(Feature)** Amazon Q /dev: support `Dockerfile` files
- **(Feature)** Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs
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.43-SNAPSHOT
toolkitVersion=3.44-SNAPSHOT

# Publish Settings
publishToken=
Expand Down

0 comments on commit 20b96b7

Please sign in to comment.