uptick: 0.4.3

This commit is contained in:
ClementTsang 2020-05-15 00:00:02 -04:00
parent 2ae2ebd6d8
commit 2d9d10d8f9
3 changed files with 11 additions and 5 deletions

View File

@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- TODO: ~~Moving down the CPU list will show only the corresponding graph.~~ - TODO: ~~Moving down the CPU list will show only the corresponding graph.~~
## [0.4.3] - 2020-05-15
### Other
- Update sysinfo version that fixes an overflow issue.
## [0.4.2] - 2020-05-11 ## [0.4.2] - 2020-05-11
### Changes ### Changes

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bottom" name = "bottom"
version = "0.4.2" version = "0.4.3"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"] authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2018" edition = "2018"
repository = "https://github.com/ClementTsang/bottom" repository = "https://github.com/ClementTsang/bottom"

View File

@ -71,7 +71,7 @@ cd bottom
cargo install --path . cargo install --path .
# Download from releases and install # Download from releases and install
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.2/bottom_source_code.tar.gz curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.3/bottom_source_code.tar.gz
tar -xzvf bottom_source_code.tar.gz tar -xzvf bottom_source_code.tar.gz
cargo install --path . cargo install --path .
``` ```
@ -96,8 +96,8 @@ yay bottom-bin
A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest): A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest):
```bash ```bash
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.2/bottom_0.4.2_amd64.deb curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.3/bottom_0.4.3_amd64.deb
sudo dpkg -i bottom_0.4.2_amd64.deb sudo dpkg -i bottom_0.4.3_amd64.deb
``` ```
### Homebrew ### Homebrew
@ -124,7 +124,7 @@ Choco package located [here](https://chocolatey.org/packages/bottom).
choco install bottom choco install bottom
# Version number may be required for newer releases, if available: # Version number may be required for newer releases, if available:
choco install bottom --version=0.4.2 choco install bottom --version=0.4.3
``` ```
## Usage ## Usage