Skip to content

Commit

Permalink
Merge pull request #75 from 56quarters/version-bump
Browse files Browse the repository at this point in the history
Version bump for 0.6.8 release
  • Loading branch information
56quarters authored Oct 8, 2023
2 parents 67cf3d7 + 8062847 commit 5ea184a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## unreleased
## v0.6.8 - 2023-10-07

- Build Docker images for each release. #72

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7"
version = "0.6.8"
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.7"
version = "0.6.8"
authors = ["Nick Pillitteri"]
description = "mtop: top for Memcached"
homepage = "https://github.com/56quarters/mtop"
Expand All @@ -17,7 +17,7 @@ tokio = { version = "1.14.0", features = ["full"] }
tracing = "0.1.11"
tracing-subscriber = "0.3.16"
tui = "0.19.0"
mtop-client = { path = "../mtop-client", version = "0.6.7" }
mtop-client = { path = "../mtop-client", version = "0.6.8" }

[lib]
name = "mtop"
Expand Down

0 comments on commit 5ea184a

Please sign in to comment.