Skip to content

Commit 4af7aba

Browse files
committed
chore(release): 0.19.0
1 parent 15ec5c0 commit 4af7aba

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.19.0] - 2020-09-29
10+
911
### Fixed
1012
* Fixed resolv.conf parsing for rDNS in some cases (https://github.com/imsnif/bandwhich/pull/184) - [@Ma27](https://github.com/Ma27)
1113
* Cross platform window resizing (fixes momentary UI break when resizing window on Windows) (https://github.com/imsnif/bandwhich/pull/186) - [@remgodow](https://github.com/remgodow)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.18.1"
5+
version = "0.19.0"
66
homepage = "https://github.com/imsnif/bandwhich"
77
repository = "https://github.com/imsnif/bandwhich"
88
readme = "README.md"

0 commit comments

Comments
 (0)