diff --git a/.github/release-body.md b/.github/release-body.md index 97a8a25..574549a 100644 --- a/.github/release-body.md +++ b/.github/release-body.md @@ -1,11 +1,13 @@ ### 2022-07-23 ### Chores -+ dependencies updated, [cf7e02dde94f69832a2e485b99785afc66a5bc15] ++ update Cargo.toml, in preparation for crates.io publishing, [fdc6898e20c41415f03e310d7b84af4b6c39ab62] -### Features -+ Enable sorting of containers by each, and every, heading. Either via keyboard or mouse, closes [#3], [a6c296f2cde56cf241bcd696cab8bd477270e5f4] -+ Spawn & track docker information update requests, multiple identical requests cannot be executed, [740c059b276f35acd1cb03f1030134646bf8a07d] +### Docs ++ added cargo install instructions, [c774b10d557b10885b9d3a0b3612330a8ecb1cd5] + +### Fixes ++ use SpawnId for docker hashmap JoinHandle mapping, [1ae95d58c3302a95d5a0a2f0b61b126c72b6e166] see CHANGELOG.md for more details diff --git a/CHANGELOG.md b/CHANGELOG.md index 13131d2..6cafb76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ +# v0.1.1 +### 2022-07-23 + ### Chores -+ update Cargo.toml, in preparation for crates.io publishing, [fdc6898e20c41415f03e310d7b84af4b6c39ab62] ++ update Cargo.toml, in preparation for crates.io publishing, [fdc6898e](https://github.com/mrjackwills/oxker/commit/fdc6898e20c41415f03e310d7b84af4b6c39ab62), ### Docs -+ added cargo install instructions, [c774b10d557b10885b9d3a0b3612330a8ecb1cd5] ++ added cargo install instructions, [c774b10d](https://github.com/mrjackwills/oxker/commit/c774b10d557b10885b9d3a0b3612330a8ecb1cd5), ### Fixes -+ use SpawnId for docker hashmap JoinHandle mapping, [1ae95d58c3302a95d5a0a2f0b61b126c72b6e166] ++ use SpawnId for docker hashmap JoinHandle mapping, [1ae95d58](https://github.com/mrjackwills/oxker/commit/1ae95d58c3302a95d5a0a2f0b61b126c72b6e166), # v0.1.0 ### 2022-07-23 diff --git a/Cargo.toml b/Cargo.toml index f46c723..bec11bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxker" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Jack Wills "] description = "a simple tui to view & control docker containers"