Skip to content

Commit 405e74d

Browse files
authored
chore: bump version to 1.14.1 (#603)
* bump * typo
1 parent c67e487 commit 405e74d

File tree

4 files changed

+65
-33
lines changed

4 files changed

+65
-33
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.14.0"
23+
version = "1.14.1"
2424
license = "MIT OR Apache-2.0"
2525

2626
[workspace.dependencies]

crates/fig_telemetry/src/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pub(crate) fn get_client_id_inner(is_test: bool, env: &Env, state: &State, setti
7171
}
7272
}
7373

74-
/// We accidently generates some clientIds in the settings file, we want to include those in the
74+
/// We accidentally generates some clientIds in the settings file, we want to include those in the
7575
/// telemetry events so we corolate those users with the correct clientIds
7676
fn old_client_id_inner(settings: &Settings) -> Option<Uuid> {
7777
settings

feed.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,38 @@
1010
"hidden": true,
1111
"changes": []
1212
},
13+
{
14+
"type": "release",
15+
"date": "2025-08-21",
16+
"version": "1.14.1",
17+
"title": "Version 1.14.1",
18+
"changes": [
19+
{
20+
"type": "fixed",
21+
"description": "Tool permission issue in agent - [#2619](https://github.com/aws/amazon-q-developer-cli/pull/2619)"
22+
},
23+
{
24+
"type": "added",
25+
"description": "MCP admin-level configuration with GetProfile - [#2639](https://github.com/aws/amazon-q-developer-cli/pull/2639)"
26+
},
27+
{
28+
"type": "added",
29+
"description": "Wildcard pattern matching support for agent allowedTools - [#2612](https://github.com/aws/amazon-q-developer-cli/pull/2612)"
30+
},
31+
{
32+
"type": "added",
33+
"description": "Agent hot swap capability - [#2637](https://github.com/aws/amazon-q-developer-cli/pull/2637)"
34+
},
35+
{
36+
"type": "fixed",
37+
"description": "Agent default profile printing issue in `use_aws`, plus minor doc updates - [#2617](https://github.com/aws/amazon-q-developer-cli/pull/2617)"
38+
},
39+
{
40+
"type": "changed",
41+
"description": "Knowledge beta improvements (phase 2): Refactored async_client and added BM25 support - [#2608](https://github.com/aws/amazon-q-developer-cli/pull/2608)"
42+
}
43+
]
44+
},
1345
{
1446
"type": "release",
1547
"date": "2025-08-15",

0 commit comments

Comments
 (0)