Skip to content

Commit

Permalink
uptick: 0.10.2 (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Aug 6, 2024
1 parent 32f64f4 commit 2ec1fb5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ body:
It would also be helpful if you are not running [the latest version](https://github.com/ClementTsang/bottom/releases/latest)
to try that as well to see if the issue has already been resolved.
placeholder: 0.10.1
placeholder: 0.10.2

- type: textarea
id: install
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0]/[0.10.2] - Unreleased
## [0.10.2] - 2024-08-05

### Features

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.10.1"
version = "0.10.2"
authors = ["Clement Tsang <[email protected]>"]
edition = "2021"
repository = "https://github.com/ClementTsang/bottom"
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ Alternatively, if you can use `cargo install` using the repo as the source.
rustup update stable

# Option 1 - Download an archive from releases and install
curl -LO https://github.com/ClementTsang/bottom/archive/0.10.1.tar.gz
tar -xzvf 0.10.1.tar.gz
curl -LO https://github.com/ClementTsang/bottom/archive/0.10.2.tar.gz
tar -xzvf 0.10.2.tar.gz
cargo install --path . --locked

# Option 2 - Manually clone the repo and install
Expand Down Expand Up @@ -199,16 +199,16 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa

```bash
# x86-64
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.1/bottom_0.10.1_amd64.deb
sudo dpkg -i bottom_0.10.1_amd64.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom_0.10.2_amd64.deb
sudo dpkg -i bottom_0.10.2_amd64.deb

# ARM64
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.1/bottom_0.10.1_arm64.deb
sudo dpkg -i bottom_0.10.1_arm64.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom_0.10.2_arm64.deb
sudo dpkg -i bottom_0.10.2_arm64.deb

# ARM
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.1/bottom_0.10.1_armhf.deb
sudo dpkg -i bottom_0.10.1_armhf.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom_0.10.2_armhf.deb
sudo dpkg -i bottom_0.10.2_armhf.deb
```

### Exherbo Linux
Expand All @@ -233,8 +233,8 @@ sudo dnf install bottom
For example:

```bash
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.1/bottom-0.10.1-1.x86_64.rpm
sudo rpm -i bottom-0.10.1-1.x86_64.rpm
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom-0.10.2-1.x86_64.rpm
sudo rpm -i bottom-0.10.2-1.x86_64.rpm
```

### Gentoo
Expand Down
2 changes: 1 addition & 1 deletion desktop/bottom.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=bottom
Version=0.10.1
Version=0.10.2
GenericName=System Monitor
Comment=A customizable cross-platform graphical process/system monitor for the terminal.
Exec=btm
Expand Down

0 comments on commit 2ec1fb5

Please sign in to comment.