Skip to content

Commit c614540

Browse files
committed
includ spinner change
1 parent 3cea9c3 commit c614540

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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.19.0"
11+
version = "1.19.1"
1212
license = "MIT OR Apache-2.0"
1313

1414
[workspace.dependencies]

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
"type": "fixed",
2525
"description": "Non-interactive chat output now correctly prints to standard output - [#3277](https://github.com/aws/amazon-q-developer-cli/pull/3277)"
2626
}
27+
{
28+
"type": "fixed",
29+
"description": "Spinner now cleans up correctly after quick operations - [#3282](https://github.com/aws/amazon-q-developer-cli/pull/3282)"
30+
}
2731
]
2832
},
2933
{

0 commit comments

Comments
 (0)