mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-09-25 20:15:37 +00:00
+1
-1
@@ -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.0] - Unreleased
|
||||
## [0.6.0] - 2021-05-09
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
Generated
+1
-1
@@ -235,7 +235,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bottom"
|
||||
version = "0.5.7"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bottom"
|
||||
version = "0.5.7"
|
||||
version = "0.6.0"
|
||||
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
|
||||
edition = "2018"
|
||||
repository = "https://github.com/ClementTsang/bottom"
|
||||
|
||||
@@ -120,8 +120,8 @@ cd bottom
|
||||
cargo install --path .
|
||||
|
||||
# Download from releases and install
|
||||
curl -LO https://github.com/ClementTsang/bottom/archive/0.5.7.tar.gz
|
||||
tar -xzvf 0.5.7.tar.gz
|
||||
curl -LO https://github.com/ClementTsang/bottom/archive/0.6.0.tar.gz
|
||||
tar -xzvf 0.6.0.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.5.7/bottom_0.5.7_amd64.deb
|
||||
sudo dpkg -i bottom_0.5.7_amd64.deb
|
||||
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
|
||||
```
|
||||
|
||||
### Fedora/CentOS
|
||||
@@ -220,7 +220,7 @@ to appear.
|
||||
choco install bottom
|
||||
|
||||
# Version number may be required for newer releases, if available:
|
||||
choco install bottom --version=0.5.7
|
||||
choco install bottom --version=0.6.0
|
||||
```
|
||||
|
||||
### winget
|
||||
|
||||
Reference in New Issue
Block a user