Skip to content

Commit

Permalink
Release 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Oct 3, 2024
1 parent 17ac04f commit ec9b78f
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 16 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions packages/amazonq/.changes/1.28.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"date": "2024-10-03",
"version": "1.28.0",
"entries": [
{
"type": "Bug Fix",
"description": "Amazon Q /dev: define first folder as a root path for LLM-created files when using workspaces"
},
{
"type": "Feature",
"description": "Amazon Q Code Transformation: allow users to skip running tests"
},
{
"type": "Feature",
"description": "Amazon Q Developer: Updated legal disclaimer text"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.28.0 2024-10-03

- **Bug Fix** Amazon Q /dev: define first folder as a root path for LLM-created files when using workspaces
- **Feature** Amazon Q Code Transformation: allow users to skip running tests
- **Feature** Amazon Q Developer: Updated legal disclaimer text

## 1.27.0 2024-09-27

- **Bug Fix** Security Scan: Fixes an issue that incorrectly removes hardcoded credentials detections from auto scans.
Expand Down
2 changes: 1 addition & 1 deletion packages/amazonq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amazon-q-vscode",
"displayName": "Amazon Q",
"description": "Amazon Q is your generative AI-powered assistant across the software development lifecycle.",
"version": "1.28.0-SNAPSHOT",
"version": "1.28.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit ec9b78f

Please sign in to comment.