Skip to content

Commit 98d6e0c

Browse files
chore: bump version to 1.13.3 (#555)
1 parent e44ee53 commit 98d6e0c

File tree

3 files changed

+60
-32
lines changed

3 files changed

+60
-32
lines changed

Cargo.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ authors = [
2020
edition = "2024"
2121
homepage = "https://aws.amazon.com/q/"
2222
publish = false
23-
version = "1.13.2"
23+
version = "1.13.3"
2424
license = "MIT OR Apache-2.0"
2525

2626
[workspace.dependencies]

feed.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,34 @@
1010
"hidden": true,
1111
"changes": []
1212
},
13+
{
14+
"type": "release",
15+
"date": "2025-08-11",
16+
"version": "1.13.3",
17+
"title": "Version 1.13.3",
18+
"changes": [
19+
{
20+
"type": "added",
21+
"description": "Support for setting denied shell commands with `toolsSettings.execute_bash.deniedCommands` - [#2512](https://github.com/aws/amazon-q-developer-cli/pull/2512)"
22+
},
23+
{
24+
"type": "added",
25+
"description": "Support for setting denied AWS services with `toolsSettings.use_aws.deniedServices` - [#2512](https://github.com/aws/amazon-q-developer-cli/pull/2512)"
26+
},
27+
{
28+
"type": "added",
29+
"description": "Support for setting denied file paths for `fs_read` and `fs_write` using `deniedPaths` in `toolsSettings` - [#2512](https://github.com/aws/amazon-q-developer-cli/pull/2512)"
30+
},
31+
{
32+
"type": "added",
33+
"description": "Support for setting environment variables in MCP config - [#2241](https://github.com/aws/amazon-q-developer-cli/pull/2241)"
34+
},
35+
{
36+
"type": "fixed",
37+
"description": "`q mcp add` from failing when the targeted `mcp.json` file does not exist - [#2561](https://github.com/aws/amazon-q-developer-cli/pull/2561)"
38+
}
39+
]
40+
},
1341
{
1442
"type": "release",
1543
"date": "2025-08-08",

0 commit comments

Comments
 (0)