summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-01-09 21:19:15 +0100
committerAram Drevekenin <aram@poor.dev>2020-01-09 21:19:15 +0100
commit51ff9ac0a2ddda333d4cd290bc0ace4fa1631390 (patch)
treeea4122bd5903100fe5705847296d229e4a52dd7e
parent81a751a91b7ccae92b93626b8d59bd2021e5b842 (diff)
chore(release): 0.8.00.8.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f4edd4..5f8e5d6 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.8.0] - 2020-01-09
+
### Added
- Brew formula and installation instructions for macOS (https://github.com/imsnif/bandwhich/pull/75) - [@imbsky](https://github.com/imbsky)
- UI change: add spacing between up and down rates for readability (https://github.com/imsnif/bandwhich/pull/58) - [@Calinou](https://github.com/Calinou)
diff --git a/Cargo.lock b/Cargo.lock
index 70386ab..87629ae 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -80,7 +80,7 @@ dependencies = [
[[package]]
name = "bandwhich"
-version = "0.7.0"
+version = "0.8.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 6f7837f..8f9b4e4 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.7.0"
+version = "0.8.0"
homepage = "https://github.com/imsnif/bandwhich"
repository = "https://github.com/imsnif/bandwhich"
readme = "README.md"