We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5cb376 commit fe146baCopy full SHA for fe146ba
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# main
+# Version 0.2.2 - 2024-03-22
2
* Fix bug where the list of wakers to trigger on shutdown or shutdown completion could grow indefinitely.
3
4
# Version 0.2.1 - 2023-10-08
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "async-shutdown"
description = "one-stop solution for async graceful shutdown"
-version = "0.2.1"
+version = "0.2.2"
5
license = "BSD-2-Clause OR Apache-2.0"
6
repository = "https://github.com/de-vri-es/async-shutdown-rs"
7
readme = "README.md"
0 commit comments