From f987636f785f13fd9e96d942a6b73176c5673d1f Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:27:28 +0800 Subject: Bump version to 0.21.1 --- 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 88c7176..06ac270 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.21.1] - 2023-10-16 + ### Fixed * Ignore connections that fail parsing instead of panicking on BSD (https://github.com/imsnif/bandwhich/pull/288) - [@cyqsimon](https://github.com/cyqsimon) * Add missing version flag to CLI (https://github.com/imsnif/bandwhich/pull/290) - [@tranzystorek-io](https://github.com/tranzystorek-io) diff --git a/Cargo.lock b/Cargo.lock index b9a0bc0..f0388a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,7 +143,7 @@ dependencies = [ [[package]] name = "bandwhich" -version = "0.21.0" +version = "0.21.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 026a2ae..bf538e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "bandwhich" description = "Display current network utilization by process, connection and remote IP/hostname" -version = "0.21.0" +version = "0.21.1" rust-version = "1.70.0" homepage = "https://github.com/imsnif/bandwhich" repository = "https://github.com/imsnif/bandwhich" @@ -42,7 +42,7 @@ clap-verbosity-flag = "2.0.1" derivative = "2.2.0" [target.'cfg(target_os="windows")'.dependencies] -netstat2 = "0.9.1" +netstat2 = "0.9.1" sysinfo = "0.29.10" [target.'cfg(target_os="linux")'.dependencies] -- cgit v1.2.3