mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
uptick: 0.6.1 (#475)
This commit is contained in:
parent
0ac449e573
commit
b1b1e94e6b
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/),
|
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).
|
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
|
## Bug Fixes
|
||||||
|
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -235,7 +235,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bottom"
|
name = "bottom"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bottom"
|
name = "bottom"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
|
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://github.com/ClementTsang/bottom"
|
repository = "https://github.com/ClementTsang/bottom"
|
||||||
|
|
10
README.md
10
README.md
|
@ -120,8 +120,8 @@ cd bottom
|
||||||
cargo install --path .
|
cargo install --path .
|
||||||
|
|
||||||
# Download from releases and install
|
# Download from releases and install
|
||||||
curl -LO https://github.com/ClementTsang/bottom/archive/0.6.0.tar.gz
|
curl -LO https://github.com/ClementTsang/bottom/archive/0.6.1.tar.gz
|
||||||
tar -xzvf 0.6.0.tar.gz
|
tar -xzvf 0.6.1.tar.gz
|
||||||
cargo install --path .
|
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):
|
A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.6.0/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.0_amd64.deb
|
sudo dpkg -i bottom_0.6.1_amd64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
### Fedora/CentOS
|
### Fedora/CentOS
|
||||||
|
@ -219,7 +219,7 @@ Since validation of the package takes time, it may take a while to become availa
|
||||||
choco install bottom
|
choco install bottom
|
||||||
|
|
||||||
# Version number may be required for newer releases, if available:
|
# 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
|
### winget
|
||||||
|
|
Loading…
Reference in a new issue