Skip to content

Commit

Permalink
uptick: 0.5.4 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang authored Dec 11, 2020
1 parent fd003f8 commit 74f4b38
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Bug Fixes

## [0.5.4] - Unreleased
## [0.5.4] - 2020-12-10

## Changes

- [#344](https://github.com/ClementTsang/bottom/pull/344): Removed the `--debug` option for now.

## Bug Fixes

- [#344](https://github.com/ClementTsang/bottom/pull/344): Fixes a performance regression causing high memory and CPU usage over time.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bottom"
version = "0.5.3"
version = "0.5.4"
authors = ["Clement Tsang <[email protected]>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ cd bottom
cargo install --path .

# Download from releases and install
curl -LO https://github.com/ClementTsang/bottom/archive/0.5.3.tar.gz
tar -xzvf 0.5.3.tar.gz
curl -LO https://github.com/ClementTsang/bottom/archive/0.5.4.tar.gz
tar -xzvf 0.5.4.tar.gz
cargo install --path .
```

Expand Down Expand Up @@ -120,8 +120,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.3/bottom_0.5.3_amd64.deb
sudo dpkg -i bottom_0.5.3_amd64.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.5.4/bottom_0.5.4_amd64.deb
sudo dpkg -i bottom_0.5.4_amd64.deb
```

### Fedora/CentOS
Expand Down Expand Up @@ -175,7 +175,7 @@ to appear.
choco install bottom

# Version number may be required for newer releases, if available:
choco install bottom --version=0.5.3
choco install bottom --version=0.5.4
```

### winget
Expand Down

0 comments on commit 74f4b38

Please sign in to comment.