diff --git a/CHANGELOG.md b/CHANGELOG.md index 922b911..ed5ba7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.4.0 (25.04.2024) ### Added diff --git a/Cargo.lock b/Cargo.lock index a813cf1..63344a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" [[package]] name = "dns-bench" -version = "0.3.0" +version = "0.4.0" dependencies = [ "clap", "hickory-resolver", diff --git a/Cargo.toml b/Cargo.toml index ec9ab6e..13782d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dns-bench" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["Alexandr Garbuzov "] description = "Find the fastest DNS in your location using simple command line tool." diff --git a/README.md b/README.md index e82d6a3..e9f2fe0 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ $ dns-bench [OPTIONS] Run the following command and wait until the crate is compiled: ```sh -$ cargo install --git https://github.com/qwerty541/dns-bench.git --tag v0.3.0 dns-bench +$ cargo install --git https://github.com/qwerty541/dns-bench.git --tag v0.4.0 dns-bench ``` Also you can remove tag option to install the latest development version.