diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e6ae1a..1798b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.7.0 - unreleased +## v0.7.0 - 2023-11-28 - Build binaries for Linux Musl libc target. #83 - Move "Bytes tx" under "Gets" and "Bytes rx" under "Sets". #84 diff --git a/mtop-client/Cargo.toml b/mtop-client/Cargo.toml index 86fe426..b714048 100644 --- a/mtop-client/Cargo.toml +++ b/mtop-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mtop-client" -version = "0.6.9" +version = "0.7.0" authors = ["Nick Pillitteri"] description = "Memcached client for mtop" homepage = "https://github.com/56quarters/mtop" diff --git a/mtop/Cargo.toml b/mtop/Cargo.toml index 0705001..c6d0c5f 100644 --- a/mtop/Cargo.toml +++ b/mtop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mtop" -version = "0.6.9" +version = "0.7.0" authors = ["Nick Pillitteri"] description = "mtop: top for Memcached" homepage = "https://github.com/56quarters/mtop" @@ -13,7 +13,7 @@ edition = "2021" [dependencies] clap = { version = "4.1.8", features = ["cargo", "derive", "help", "error-context", "std", "usage", "wrap_help"], default_features = false } crossterm = "0.27.0" -mtop-client = { path = "../mtop-client", version = "0.6.9" } +mtop-client = { path = "../mtop-client", version = "0.7.0" } ratatui = "0.23.0" tokio = { version = "1.14.0", features = ["full"] } tracing = "0.1.11"