Skip to content

Commit

Permalink
Bump version to 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Oct 16, 2023
1 parent 6e923a7 commit f987636
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.21.1] - 2023-10-16

### Fixed
* Ignore connections that fail parsing instead of panicking on BSD (https://github.com/imsnif/bandwhich/pull/288) - [@cyqsimon](https://github.com/cyqsimon)
* Add missing version flag to CLI (https://github.com/imsnif/bandwhich/pull/290) - [@tranzystorek-io](https://github.com/tranzystorek-io)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
name = "bandwhich"
description = "Display current network utilization by process, connection and remote IP/hostname"
version = "0.21.0"
version = "0.21.1"
rust-version = "1.70.0"
homepage = "https://github.com/imsnif/bandwhich"
repository = "https://github.com/imsnif/bandwhich"
Expand Down Expand Up @@ -42,7 +42,7 @@ clap-verbosity-flag = "2.0.1"
derivative = "2.2.0"

[target.'cfg(target_os="windows")'.dependencies]
netstat2 = "0.9.1"
netstat2 = "0.9.1"
sysinfo = "0.29.10"

[target.'cfg(target_os="linux")'.dependencies]
Expand Down

0 comments on commit f987636

Please sign in to comment.