summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-12-14 21:05:18 -0800
committerGitHub <noreply@github.com>2020-12-15 00:05:18 -0500
commit7272786e86955eec4a288c56f43402b379ff6eb2 (patch)
tree22c3434e50c16a491cd53b39c2532f546ef12d0a
parent508fe50b3cf7fe5fd8d683922ee1d6f26aecb114 (diff)
uptick: 0.5.5 (#356)0.5.5
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md10
4 files changed, 8 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f18aefe..53969de0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Bug Fixes
-## [0.5.5] - Unreleased
+## [0.5.5] - 2020-12-14
## Bug Fixes
diff --git a/Cargo.lock b/Cargo.lock
index b36605e0..3893643e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -114,7 +114,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "bottom"
-version = "0.5.4"
+version = "0.5.5"
dependencies = [
"anyhow",
"assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index ed2166c1..55773ddd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bottom"
-version = "0.5.4"
+version = "0.5.5"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"
diff --git a/README.md b/README.md
index 661e473f..3518659f 100644
--- a/README.md
+++ b/README.md
@@ -87,8 +87,8 @@ cd bottom
cargo install --path .
# Download from releases and install
-curl -LO https://github.com/ClementTsang/bottom/archive/0.5.4.tar.gz
-tar -xzvf 0.5.4.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/archive/0.5.5.tar.gz
+tar -xzvf 0.5.5.tar.gz
cargo install --path .
```
@@ -120,8 +120,8 @@ yay -S 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.5.4/bottom_0.5.4_amd64.deb
-sudo dpkg -i bottom_0.5.4_amd64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.5.5/bottom_0.5.5_amd64.deb
+sudo dpkg -i bottom_0.5.5_amd64.deb
```
### Fedora/CentOS
@@ -175,7 +175,7 @@ to appear.
choco install bottom
# Version number may be required for newer releases, if available:
-choco install bottom --version=0.5.4
+choco install bottom --version=0.5.5
```
### winget