Skip to content

Commit b275ee6

Browse files
committed
chore(release): 0.17.0
1 parent 96a2f36 commit b275ee6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
## [Unreleased]
88

9+
## [0.17.0] - 2020-09-02
10+
911
### Added
1012
* Add delimiters between refreshes in raw mode for easier parsing (https://github.com/imsnif/bandwhich/pull/175) - [@sigmaSd](https://github.com/sigmaSd)
1113

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2018"
33
name = "bandwhich"
44
description = "Display current network utilization by process, connection and remote IP/hostname"
5-
version = "0.16.0"
5+
version = "0.17.0"
66
homepage = "https://github.com/imsnif/bandwhich"
77
repository = "https://github.com/imsnif/bandwhich"
88
readme = "README.md"
@@ -42,4 +42,4 @@ insta = "0.12.0"
4242
pnet_base = "0.26.0"
4343
cargo-insta = "0.11.0"
4444
packet-builder = "0.5.0"
45-
regex = "1"
45+
regex = "1"

0 commit comments

Comments
 (0)