diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a4f6ef..79b6093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.8.0] - TODO +## [0.8.0] - 2023-10-18 ### Fixes - Fixed that `no_uuid_for_host_name` was doing the opposite of what it was supposed to diff --git a/Cargo.toml b/Cargo.toml index e26a0a0..ad29d91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "super_orchestrator" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["Aaron Kutch "] license = "MIT OR Apache-2.0" @@ -8,7 +8,7 @@ readme = "README.md" repository = "https://github.com/AaronKutch/super_orchestrator" documentation = "https://docs.rs/super_orchestrator" keywords = ["container", "docker"] -description = "advanced container orchestration tools" +description = "programmable container orchestration tools" [dependencies] clap = { version = "4", features = ["derive"] }