uptick: 0.4.5
This patch is just to deal with crates.io not using the correct Cargo.lock I had intended.
This commit is contained in:
parent
be6f824a43
commit
4cc403b594
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [0.5.0] - Unreleased
|
||||
|
||||
## [0.4.5] - 2020-07-08
|
||||
|
||||
- No changes here, just an uptick for Crates.io using the wrong Cargo.lock.
|
||||
|
||||
## [0.4.4] - 2020-07-06
|
||||
|
||||
### Features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bottom"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
|
||||
edition = "2018"
|
||||
repository = "https://github.com/ClementTsang/bottom"
|
||||
|
|
|
@ -76,7 +76,7 @@ cd bottom
|
|||
cargo install --path .
|
||||
|
||||
# Download from releases and install
|
||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.4/bottom_source_code.tar.gz
|
||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.5/bottom_source_code.tar.gz
|
||||
tar -xzvf bottom_source_code.tar.gz
|
||||
cargo install --path .
|
||||
```
|
||||
|
@ -101,8 +101,8 @@ yay 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.4/bottom_0.4.4_amd64.deb
|
||||
sudo dpkg -i bottom_0.4.4_amd64.deb
|
||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.5/bottom_0.4.5_amd64.deb
|
||||
sudo dpkg -i bottom_0.4.5_amd64.deb
|
||||
```
|
||||
|
||||
### Homebrew
|
||||
|
@ -129,7 +129,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.4
|
||||
choco install bottom --version=0.4.5
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Reference in New Issue