Skip to content

Commit

Permalink
Merge pull request #87 from 56quarters/version-bump
Browse files Browse the repository at this point in the history
Version bump for 0.7 release
  • Loading branch information
56quarters committed Nov 29, 2023
2 parents 8f78707 + 8787db1 commit f560971
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mtop-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions mtop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit f560971

Please sign in to comment.