summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-06-26 14:03:16 -0400
committerGitHub <noreply@github.com>2021-06-26 14:03:16 -0400
commit985959ec1c47bd91a6eb3e03010c9fac8115b060 (patch)
tree42eba0211545bf8500dd47be7692cdb0fa4b6c02
parent1598654bef13e7cc100430fc9de4b59265e65ffd (diff)
uptick: 0.6.2 (#526)
-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 8933f0f1..a55b1e57 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.2]/[0.7.0] - Unreleased
+## [0.6.2] - 2021-06-26
## Features
diff --git a/Cargo.lock b/Cargo.lock
index 76060673..85e8130b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -237,7 +237,7 @@ dependencies = [
[[package]]
name = "bottom"
-version = "0.6.1"
+version = "0.6.2"
dependencies = [
"anyhow",
"assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index 1de6855a..d060dd66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bottom"
-version = "0.6.1"
+version = "0.6.2"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"
diff --git a/README.md b/README.md
index f31f4fb5..ff8adf98 100644
--- a/README.md
+++ b/README.md
@@ -99,8 +99,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.1/bottom_0.6.1_amd64.deb
-sudo dpkg -i bottom_0.6.1_amd64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.6.2/bottom_0.6.2_amd64.deb
+sudo dpkg -i bottom_0.6.2_amd64.deb
```
### Fedora/CentOS
@@ -175,7 +175,7 @@ Since validation of the package takes time, it may take a while to become availa
choco install bottom
# The version number may be required for newer releases during the approval process:
-choco install bottom --version=0.6.1
+choco install bottom --version=0.6.2
```
### winget
@@ -201,8 +201,8 @@ There are a few ways to go about doing this manually. Note that in all cases, yo
rustup update stable
# Download from releases and install
-curl -LO https://github.com/ClementTsang/bottom/archive/0.6.1.tar.gz
-tar -xzvf 0.6.1.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/archive/0.6.2.tar.gz
+tar -xzvf 0.6.2.tar.gz
cargo install --path .
# Clone from master and install manually