summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-05-15 00:00:02 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-05-15 00:00:02 -0400
commit2d9d10d8f9134384da3e9e51bc86e891659b4dd1 (patch)
tree72ccfe5aaf1d9fb59ef859c1184d4e1bc726f560
parent2ae2ebd6d8268186ae4c6dd55210584c57c98021 (diff)
uptick: 0.4.3
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.toml2
-rw-r--r--README.md8
3 files changed, 11 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc427ac9..5562229e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.~~
+## [0.4.3] - 2020-05-15
+
+### Other
+
+- Update sysinfo version that fixes an overflow issue.
+
## [0.4.2] - 2020-05-11
### Changes
diff --git a/Cargo.toml b/Cargo.toml
index 88b18f0b..fe94f041 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bottom"
-version = "0.4.2"
+version = "0.4.3"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"
diff --git a/README.md b/README.md
index 756db523..625c5c35 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ cd bottom
cargo install --path .
# 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
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):
```bash
-curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.2/bottom_0.4.2_amd64.deb
-sudo dpkg -i 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.3_amd64.deb
```
### Homebrew
@@ -124,7 +124,7 @@ Choco package located [here](https://chocolatey.org/packages/bottom).
choco install bottom
# 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