diff --git a/crates/shutdown_signal/CHANGELOG.md b/crates/shutdown_signal/CHANGELOG.md new file mode 100644 index 0000000..ffc9372 --- /dev/null +++ b/crates/shutdown_signal/CHANGELOG.md @@ -0,0 +1,18 @@ +## 0.1.0 + + +### 🧹 chores + +* chore(deps): update rust crate futures to 0.3.27 ([2163377](https://github.com/leo91000/archimedes/commit/2163377)) +* chore(deps): update rust crate tokio to 1.26.0 ([9d8cd06](https://github.com/leo91000/archimedes/commit/9d8cd06)) +* chore(deps): update rust crate futures to 0.3.26 ([8a89947](https://github.com/leo91000/archimedes/commit/8a89947)) +* chore(deps): update rust crate tokio to 1.25.0 ([b28f180](https://github.com/leo91000/archimedes/commit/b28f180)) +* chore(deps): update rust crate tokio to 1.24.2 ([035b7fa](https://github.com/leo91000/archimedes/commit/035b7fa)) +* chore(deps): update rust crate tokio to 1.24.1 ([9bc0335](https://github.com/leo91000/archimedes/commit/9bc0335)) +* chore(deps): update rust crate tokio to 1.24.0 ([43ebddf](https://github.com/leo91000/archimedes/commit/43ebddf)) +* chore(deps): update rust crate tokio to 1.23.1 ([d20c0b6](https://github.com/leo91000/archimedes/commit/d20c0b6)) + +### 🚧 WIP + +* wip: Adds signal handling ([a8d11b2](https://github.com/leo91000/archimedes/commit/a8d11b2)) + diff --git a/crates/shutdown_signal/Cargo.toml b/crates/shutdown_signal/Cargo.toml index 0eabbd7..4d2a4d8 100644 --- a/crates/shutdown_signal/Cargo.toml +++ b/crates/shutdown_signal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archimedes_shutdown_signal" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html