Skip to content

Commit 2ec1fb5

Browse files
authoredAug 6, 2024··
uptick: 0.10.2 (#1544)
1 parent 32f64f4 commit 2ec1fb5

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ body:
7979
8080
It would also be helpful if you are not running [the latest version](https://github.com/ClementTsang/bottom/releases/latest)
8181
to try that as well to see if the issue has already been resolved.
82-
placeholder: 0.10.1
82+
placeholder: 0.10.2
8383

8484
- type: textarea
8585
id: install

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.11.0]/[0.10.2] - Unreleased
8+
## [0.10.2] - 2024-08-05
99

1010
### Features
1111

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bottom"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
55
edition = "2021"
66
repository = "https://github.com/ClementTsang/bottom"

‎README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ Alternatively, if you can use `cargo install` using the repo as the source.
159159
rustup update stable
160160

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

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

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

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

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

214214
### Exherbo Linux
@@ -233,8 +233,8 @@ sudo dnf install bottom
233233
For example:
234234

235235
```bash
236-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.1/bottom-0.10.1-1.x86_64.rpm
237-
sudo rpm -i bottom-0.10.1-1.x86_64.rpm
236+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom-0.10.2-1.x86_64.rpm
237+
sudo rpm -i bottom-0.10.2-1.x86_64.rpm
238238
```
239239

240240
### Gentoo

‎desktop/bottom.desktop

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Desktop Entry]
22
Name=bottom
3-
Version=0.10.1
3+
Version=0.10.2
44
GenericName=System Monitor
55
Comment=A customizable cross-platform graphical process/system monitor for the terminal.
66
Exec=btm

0 commit comments

Comments
 (0)
Please sign in to comment.