From b275ee61e11c3404c84868e85b1a52b8dd231d03 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 2 Sep 2020 15:49:16 +0200 Subject: chore(release): 0.17.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 4 ++-- 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" -- cgit v1.2.3