mirror of
https://github.com/imsnif/bandwhich.git
synced 2026-02-09 01:59:18 +08:00
chore(release): 0.7.0
This commit is contained in:
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.7.0] - 2020-01-05
|
||||
|
||||
### Added
|
||||
|
||||
- Running instructions (sudo) for a cargo installation (https://github.com/imsnif/bandwhich/pull/42) - [@LoyVanBeek](https://github.com/LoyVanBeek) + [@filalex77](https://github.com/filalex77)
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -80,7 +80,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bandwhich"
|
||||
version = "0.6.0"
|
||||
version = "0.7.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)",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
edition = "2018"
|
||||
name = "bandwhich"
|
||||
description = "Display current network utilization by process, connection and remote IP/hostname"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
homepage = "https://github.com/imsnif/bandwhich"
|
||||
repository = "https://github.com/imsnif/bandwhich"
|
||||
readme = "README.md"
|
||||
|
||||
Reference in New Issue
Block a user