summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-05-11 19:03:15 -0400
committerGitHub <noreply@github.com>2021-05-11 19:03:15 -0400
commitb1b1e94e6b65760b4b5d10296a5d68e894aa246b (patch)
tree76001fc6b509aad863c378dc79fbf473ed4aa456
parent0ac449e573f65aa277d2c29d4c742fc1dba9250c (diff)
uptick: 0.6.1 (#475)0.6.1
-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 45b4b087..f2fae81f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [0.6.1] - Unreleased
+## [0.6.1] - 2021-05-11
## Bug Fixes
diff --git a/Cargo.lock b/Cargo.lock
index 3915ac6d..76249ed5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -235,7 +235,7 @@ dependencies = [
[[package]]
name = "bottom"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"anyhow",
"assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index da661c0a..0dfa4602 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bottom"
-version = "0.6.0"
+version = "0.6.1"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"
diff --git a/README.md b/README.md
index efdc9b58..0861103c 100644
--- a/README.md
+++ b/README.md
@@ -120,8 +120,8 @@ cd bottom
cargo install --path .
# Download from releases and install
-curl -LO https://github.com/ClementTsang/bottom/archive/0.6.0.tar.gz
-tar -xzvf 0.6.0.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/archive/0.6.1.tar.gz
+tar -xzvf 0.6.1.tar.gz
cargo install --path .
```
@@ -159,8 +159,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.6.0/bottom_0.6.0_amd64.deb
-sudo dpkg -i bottom_0.6.0_amd64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.6.1/bottom_0.6.1_amd64.deb
+sudo dpkg -i bottom_0.6.1_amd64.deb
```
### Fedora/CentOS
@@ -219,7 +219,7 @@ Since validation of the package takes time, it may take a while to become availa
choco install bottom
# Version number may be required for newer releases, if available:
-choco install bottom --version=0.6.0
+choco install bottom --version=0.6.1
```
### winget