summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-10-15 11:05:36 +0200
committerAram Drevekenin <aram@poor.dev>2020-10-15 11:05:36 +0200
commita703513412d4da71085e55fd9d62a080527b2800 (patch)
tree0ab6ff06173136257d632c021409793afb2493b0
parent1e0849b0d1c1a0fa82580fef29e81114e081dfc2 (diff)
chore(release): 0.20.00.20.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md1
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 <interface> The network interface to listen on, eg. eth0
+ -d, --dns-server <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`.