Skip to content

Commit 065ffdb

Browse files
authored
uptick: 0.6.5 (#628)
1 parent 49fce58 commit 065ffdb

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.6.5]/[0.7.0] - Unreleased
8+
## [0.6.6]/[0.7.0] - Unreleased
9+
10+
## [0.6.5] - 2021-12-19
11+
12+
## Bug Fixes
13+
14+
- [#627](https://github.com/ClementTsang/bottom/pull/627): Fixes `process_command` breaking process widget sorting.
15+
16+
## Internal Changes
17+
18+
- [#608](https://github.com/ClementTsang/bottom/pull/608): Add codecov integration to pipeline.
919

1020
## [0.6.4] - 2021-09-12
1121

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bottom"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
55
edition = "2018"
66
repository = "https://github.com/ClementTsang/bottom"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ sudo pacman -Syu bottom
9898
A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest):
9999

100100
```bash
101-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.6.4/bottom_0.6.4_amd64.deb
102-
sudo dpkg -i bottom_0.6.4_amd64.deb
101+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.6.5/bottom_0.6.5_amd64.deb
102+
sudo dpkg -i bottom_0.6.5_amd64.deb
103103
```
104104

105105
### Fedora/CentOS
@@ -170,7 +170,7 @@ Since validation of the package takes time, it may take a while to become availa
170170
choco install bottom
171171

172172
# The version number may be required for newer releases during the approval process:
173-
choco install bottom --version=0.6.4
173+
choco install bottom --version=0.6.5
174174
```
175175

176176
### winget
@@ -197,8 +197,8 @@ to do so using the most recent version of stable Rust, which is how the binaries
197197
rustup update stable
198198

199199
# Option 1 - Download from releases and install
200-
curl -LO https://github.com/ClementTsang/bottom/archive/0.6.4.tar.gz
201-
tar -xzvf 0.6.4.tar.gz
200+
curl -LO https://github.com/ClementTsang/bottom/archive/0.6.5.tar.gz
201+
tar -xzvf 0.6.5.tar.gz
202202
cargo install --path .
203203

204204
# Option 2 - Clone from master and install manually

0 commit comments

Comments
 (0)