summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-09-19 17:51:21 +0800
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-09-19 17:51:21 +0800
commit448152ce1a3b1c8ec9464aa4d7102b121d362232 (patch)
tree3a4eeb612f98fb37cbdab23be7afd945bfe00cd0
parent1778dc11865142ff7c6eeccc5283cc172d8568ed (diff)
Bump version to 0.21.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a824fca..7529985 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
-### Added
+## [0.21.0] - 2023-09-19
### Fixed
* Fixed resolv.conf errors on systems with trust-ad (https://github.com/imsnif/bandwhich/pull/201) - [@JoshLambda](https://github.com/JoshLambda)
diff --git a/Cargo.lock b/Cargo.lock
index 6469ee8..5d28b76 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -143,7 +143,7 @@ dependencies = [
[[package]]
name = "bandwhich"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"anyhow",
"async-trait",
diff --git a/Cargo.toml b/Cargo.toml
index 27f573f..eabf23a 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.20.0"
+version = "0.21.0"
rust-version = "1.70.0"
homepage = "https://github.com/imsnif/bandwhich"
repository = "https://github.com/imsnif/bandwhich"