summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-11-20 14:47:55 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-11-20 14:47:55 -0500
commit1cb580b91f0bd2bbb348209491c668394ebb7274 (patch)
treee49d9deb274d5c8f649260af3280a4d8db23bda5
parent79acbf94627a6db017c8c1531ee9ae8b6322ac98 (diff)
docs: Update README and changelog for 0.5.0
-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 6ce0e7c7..6d754db7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Bug Fixes
-## [0.5.0] - Unreleased
+## [0.5.0] - 2020-11-20
### Features
diff --git a/Cargo.lock b/Cargo.lock
index ea0717a0..c0489f7e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -108,7 +108,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "bottom"
-version = "0.4.7"
+version = "0.5.0"
dependencies = [
"anyhow",
"assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index dbbcd86f..1f04ce51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bottom"
-version = "0.4.7"
+version = "0.5.0"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"
diff --git a/README.md b/README.md
index 69307022..cc221415 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.4.7.tar.gz
-tar -xzvf 0.4.7.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/archive/0.5.0.tar.gz
+tar -xzvf 0.5.0.tar.gz
cargo install --path .
```
@@ -121,8 +121,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.4.7/bottom_0.4.7_amd64.deb
-sudo dpkg -i bottom_0.4.7_amd64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.5.0/bottom_0.5.0_amd64.deb
+sudo dpkg -i bottom_0.5.0_amd64.deb
```
### Fedora/CentOS
@@ -174,7 +174,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.7
+choco install bottom --version=0.5.0
```
### winget