Skip to content

Commit 560c4ae

Browse files
chore: bump version to 1.12.2 (#342)
1 parent 88407ff commit 560c4ae

File tree

3 files changed

+68
-32
lines changed

3 files changed

+68
-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
@@ -19,7 +19,7 @@ authors = [
1919
edition = "2024"
2020
homepage = "https://aws.amazon.com/q/"
2121
publish = false
22-
version = "1.12.1"
22+
version = "1.12.2"
2323
license = "MIT OR Apache-2.0"
2424

2525
[workspace.dependencies]

feed.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,42 @@
1010
"hidden": true,
1111
"changes": []
1212
},
13+
{
14+
"type": "release",
15+
"date": "2025-06-27",
16+
"version": "1.12.2",
17+
"title": "Version 1.12.2",
18+
"changes": [
19+
{
20+
"type": "added",
21+
"description": "(Beta) The `/knowledge` command in `q chat`, a knowledge base with semantic search capabilities. Enable it with `q settings chat.enableKnowledge true` - [#101](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/101)"
22+
},
23+
{
24+
"type": "added",
25+
"description": "Autocompletion with ghost text in `q chat` - [#288](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/288)"
26+
},
27+
{
28+
"type": "added",
29+
"description": "A purpose tag for the `fs_write` tool that summarizes the change being made - [#279](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/279)"
30+
},
31+
{
32+
"type": "changed",
33+
"description": "The `/context hooks` slash command to `/hooks` in `q chat` - [#223](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/223)"
34+
},
35+
{
36+
"type": "fixed",
37+
"description": "`--trust-tools` to work with MCP tools in `q chat` - [#206](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/206)"
38+
},
39+
{
40+
"type": "fixed",
41+
"description": "Formatting for error messages on prompt retrieval from MCP servers - [#216](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/216)"
42+
},
43+
{
44+
"type": "fixed",
45+
"description": "File name extension inconsistency with `/save` and `/load` in `q chat` - [#289](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/289)"
46+
}
47+
]
48+
},
1349
{
1450
"type": "release",
1551
"date": "2025-06-17",

0 commit comments

Comments
 (0)