Skip to content

Commit d7dc710

Browse files
authored
uptick: 0.6.7 (#667)
Uptick to 0.6.7, with appropriate updates to the README and changelog.
1 parent 61c8bfd commit d7dc710

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ 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.7]/[0.7.0] - Unreleased
8+
## [0.6.8] / [0.7.0] - Unreleased
99

10-
## Feature
10+
## [0.6.7] - 2022-01-31
11+
12+
## Bug Fixes
13+
14+
- [#655](https://github.com/ClementTsang/bottom/pull/665): Fix bug where the program would stall in an infinite loop if the width of the terminal was too small.
15+
16+
## Features
1117

1218
- [#646](https://github.com/ClementTsang/bottom/pull/646): Add `PgUp`/`PgDown` keybind support to scroll up and down a page in a table.
1319

20+
## Internal Changes
21+
22+
- [#658](https://github.com/ClementTsang/bottom/pull/658): Update sysinfo.
23+
1424
## [0.6.6] - 2021-12-22
1525

1626
## Bug Fixes

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.6"
3+
version = "0.6.7"
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
@@ -103,8 +103,8 @@ sudo pacman -Syu bottom
103103
A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest):
104104

105105
```bash
106-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.6.6/bottom_0.6.6_amd64.deb
107-
sudo dpkg -i bottom_0.6.6_amd64.deb
106+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.6.7/bottom_0.6.7_amd64.deb
107+
sudo dpkg -i bottom_0.6.7_amd64.deb
108108
```
109109

110110
### Fedora/CentOS
@@ -175,7 +175,7 @@ Since validation of the package takes time, it may take a while to become availa
175175
choco install bottom
176176

177177
# The version number may be required for newer releases during the approval process:
178-
choco install bottom --version=0.6.6
178+
choco install bottom --version=0.6.7
179179
```
180180

181181
### winget
@@ -205,8 +205,8 @@ to do so using the most recent version of stable Rust, which is how the binaries
205205
rustup update stable
206206

207207
# Option 1 - Download from releases and install
208-
curl -LO https://github.com/ClementTsang/bottom/archive/0.6.6.tar.gz
209-
tar -xzvf 0.6.6.tar.gz
208+
curl -LO https://github.com/ClementTsang/bottom/archive/0.6.7.tar.gz
209+
tar -xzvf 0.6.7.tar.gz
210210
cargo install --path .
211211

212212
# Option 2 - Clone from master and install manually

0 commit comments

Comments
 (0)