Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Feb 16, 2020
1 parent 0192ff8 commit a7cfd29
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [0.5.0] - 2020-02-16

### Added

- implement `interval` cli arg
- implement `interface` cli arg

### Fixed

- [net] fix double-counting of IO counters when a VPN is enabled

### Changed

- Change `rate` cli arg to `interval`
- Change `interfaces` cli arg to `interface`

### Fixed

- [net] fix double-counting of IO counters when a VPN is enabled

## [0.4.3] - 2020-02-14

Expand Down Expand Up @@ -98,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release!

[Unreleased]: https://github.com/cjbassi/ytop/compare/0.4.3...HEAD
[Unreleased]: https://github.com/cjbassi/ytop/compare/0.5.0...HEAD
[0.5.0]: https://github.com/cjbassi/ytop/compare/0.4.3...0.5.0
[0.4.3]: https://github.com/cjbassi/ytop/compare/0.4.2...0.4.3
[0.4.2]: https://github.com/cjbassi/ytop/compare/0.4.1...0.4.2
[0.4.1]: https://github.com/cjbassi/ytop/compare/0.4.0...0.4.1
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ytop"
version = "0.4.3"
version = "0.5.0"
authors = ["Caleb Bassi <calebjbassi@gmail.com>"]
license = "MIT"
description = "A TUI system monitor written in Rust"
Expand Down
2 changes: 1 addition & 1 deletion package-publisher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use hex;
use tokio;
use reqwest;

const VERSION: &str = "0.4.3";
const VERSION: &str = "0.5.0";

const AUR_DIR: &str = "/home/cjbassi/playground/packages/ytop";
const AUR_BIN_DIR: &str = "/home/cjbassi/playground/packages/ytop-bin";
Expand Down

0 comments on commit a7cfd29

Please sign in to comment.