Skip to content

Commit e187ddd

Browse files
chore: bump version to 1.13.2 (#524)
1 parent beb1c6a commit e187ddd

File tree

3 files changed

+52
-32
lines changed

3 files changed

+52
-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.1"
23+
version = "1.13.2"
2424
license = "MIT OR Apache-2.0"
2525

2626
[workspace.dependencies]

feed.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@
1010
"hidden": true,
1111
"changes": []
1212
},
13+
{
14+
"type": "release",
15+
"date": "2025-08-05",
16+
"version": "1.13.2",
17+
"title": "Version 1.13.2",
18+
"changes": [
19+
{
20+
"type": "added",
21+
"description": "Regex matching for the `toolsSettings.execute_bash.allowedCommands` agent configuration - [#2483](https://github.com/aws/amazon-q-developer-cli/pull/2483)"
22+
},
23+
{
24+
"type": "added",
25+
"description": "`/context show` to differentiate between agent and session context - [#2494](https://github.com/aws/amazon-q-developer-cli/pull/2494)"
26+
},
27+
{
28+
"type": "fixed",
29+
"description": "Issues with `q mcp` subcommands failing - [#2475](https://github.com/aws/amazon-q-developer-cli/pull/2475)"
30+
}
31+
]
32+
},
1333
{
1434
"type": "release",
1535
"date": "2025-08-01",

0 commit comments

Comments
 (0)