Skip to content

Commit 7ed25fb

Browse files
committed
update feed with 1.18.2
1 parent 0a0a773 commit 7ed25fb

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -8,7 +8,7 @@ authors = ["Amazon Q CLI Team ([email protected])", "Chay Nabors (nabochay@amazon
88
edition = "2024"
99
homepage = "https://aws.amazon.com/q/"
1010
publish = false
11-
version = "1.18.1"
11+
version = "1.18.2"
1212
license = "MIT OR Apache-2.0"
1313

1414
[workspace.dependencies]

crates/chat-cli/src/cli/feed.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
{
1414
"type": "release",
1515
"date": "2025-10-23",
16-
"version": "1.18.1",
17-
"title": "Version 1.18.1",
16+
"version": "1.18.2",
17+
"title": "Version 1.18.2",
1818
"changes": [
1919
{
2020
"type": "added",
@@ -42,6 +42,18 @@
4242
}
4343
]
4444
},
45+
{
46+
"type": "release",
47+
"date": "2025-10-13",
48+
"version": "1.18.1",
49+
"title": "Version 1.18.1",
50+
"changes": [
51+
{
52+
"type": "fixed",
53+
"description": "Minor version reporting an old version"
54+
}
55+
]
56+
},
4557
{
4658
"type": "release",
4759
"date": "2025-10-03",
@@ -1279,4 +1291,4 @@
12791291
"link": "https://aws.amazon.com/blogs/aws/amazon-q-developer-now-generally-available-includes-new-capabilities-to-reimagine-developer-experience/"
12801292
}
12811293
]
1282-
}
1294+
}

0 commit comments

Comments
 (0)