Skip to content

Commit

Permalink
Merge pull request #150 from 56quarters/version-bump
Browse files Browse the repository at this point in the history
Version bump and changelog for 0.11.0 release
  • Loading branch information
56quarters authored Jun 24, 2024
2 parents 79319dc + dc0771e commit 18dbc2c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.11.0 - 2024-06-24

- Add `dns ping` subcommand to `dns` binary to repeatedly perform DNS queries. #149
- Performance improvements when parsing DNS names. #148
- Add support for profiling to `dns` binary. #147
- Don't try to resolve IP address hostnames. #144
- Fix off-by-one error when validating DNS `TXT` record lengths. #142

## v0.10.1 - 2024-05-21

- Add `dns` binary to Docker image. #139
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.10.1"
version = "0.11.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.10.1"
version = "0.11.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", "string", "usage", "wrap_help"], default_features = false }
crossterm = "0.27.0"
mtop-client = { path = "../mtop-client", version = "0.10.1" }
mtop-client = { path = "../mtop-client", version = "0.11.0" }
rand = "0.8.5"
rand_distr = "0.4.3"
rustls-webpki = "0.102.0"
Expand Down

0 comments on commit 18dbc2c

Please sign in to comment.