mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
uptick: 0.6.2 (#526)
This commit is contained in:
parent
1598654bef
commit
985959ec1c
4 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -237,7 +237,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bottom"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
|
|
@ -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"
|
||||
|
|
10
README.md
10
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
|
||||
|
|
Loading…
Reference in a new issue