summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-09-02 15:49:16 +0200
committerAram Drevekenin <aram@poor.dev>2020-09-02 15:49:16 +0200
commitb275ee61e11c3404c84868e85b1a52b8dd231d03 (patch)
tree484b7d20f6f6f7cb41a9b14c7aa2745a4e0acb98
parent96a2f3677851eea0b5e5df5d793a3c4d3186041c (diff)
chore(release): 0.17.00.17.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml4
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c626ae..2613027 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.17.0] - 2020-09-02
+
### Added
* Add delimiters between refreshes in raw mode for easier parsing (https://github.com/imsnif/bandwhich/pull/175) - [@sigmaSd](https://github.com/sigmaSd)
diff --git a/Cargo.lock b/Cargo.lock
index fac42d5..3e4eb20 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -72,7 +72,7 @@ dependencies = [
[[package]]
name = "bandwhich"
-version = "0.16.0"
+version = "0.17.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 0fc8a97..97bcfa6 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.16.0"
+version = "0.17.0"
homepage = "https://github.com/imsnif/bandwhich"
repository = "https://github.com/imsnif/bandwhich"
readme = "README.md"
@@ -42,4 +42,4 @@ insta = "0.12.0"
pnet_base = "0.26.0"
cargo-insta = "0.11.0"
packet-builder = "0.5.0"
-regex = "1" \ No newline at end of file
+regex = "1"