From a703513412d4da71085e55fd9d62a080527b2800 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 15 Oct 2020 11:05:36 +0200 Subject: chore(release): 0.20.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fcbd29..87b93a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [0.20.0] - 2020-10-15 + ### Added * New command line argument to explicitly specify a DNS server to use (https://github.com/imsnif/bandwhich/pull/193) - [@imsnif](https://github.com/imsnif) diff --git a/Cargo.lock b/Cargo.lock index 38c71bd..8244d96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,7 +82,7 @@ dependencies = [ [[package]] name = "bandwhich" -version = "0.19.0" +version = "0.20.0" dependencies = [ "async-trait 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "cargo-insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1207b16..eff9522 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2018" name = "bandwhich" description = "Display current network utilization by process, connection and remote IP/hostname" -version = "0.19.0" +version = "0.20.0" homepage = "https://github.com/imsnif/bandwhich" repository = "https://github.com/imsnif/bandwhich" readme = "README.md" diff --git a/README.md b/README.md index a313973..7a7785b 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ FLAGS: OPTIONS: -i, --interface The network interface to listen on, eg. eth0 + -d, --dns-server A dns server ip to use instead of the system default ``` **Note that since `bandwhich` sniffs network packets, it requires root privileges** - so you might want to use it with (for example) `sudo`. -- cgit v1.2.3