Skip to content

Commit 93b6a56

Browse files
authored
uptick: 0.9.2 (#1202)
1 parent 9560722 commit 93b6a56

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ body:
5858
description: >
5959
Please provide which version of `bottom` you're running, which you can find with `btm -V`. If you are using
6060
a nightly/non-release version, please also specify that.
61-
placeholder: 0.9.1
61+
placeholder: 0.9.2
6262

6363
- type: input
6464
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.9.2] - Unreleased
8+
## [0.9.2] - 2023-06-11
99

1010
## Bug Fixes
1111

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -163,16 +163,16 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa
163163

164164
```bash
165165
# x86-64
166-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.1/bottom_0.9.1_amd64.deb
167-
sudo dpkg -i bottom_0.9.1_amd64.deb
166+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.2/bottom_0.9.2_amd64.deb
167+
sudo dpkg -i bottom_0.9.2_amd64.deb
168168

169169
# ARM64
170-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.1/bottom_0.9.1_arm64.deb
171-
sudo dpkg -i bottom_0.9.1_arm64.deb
170+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.2/bottom_0.9.2_arm64.deb
171+
sudo dpkg -i bottom_0.9.2_arm64.deb
172172

173173
# ARM
174-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.1/bottom_0.9.1_armhf.deb
175-
sudo dpkg -i bottom_0.9.1_armhf.deb
174+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.2/bottom_0.9.2_armhf.deb
175+
sudo dpkg -i bottom_0.9.2_armhf.deb
176176
```
177177

178178
### Snap
@@ -291,8 +291,8 @@ to do so using the most recent version of stable Rust, which is how the binaries
291291
rustup update stable
292292

293293
# Option 1 - Download from releases and install
294-
curl -LO https://github.com/ClementTsang/bottom/archive/0.9.1.tar.gz
295-
tar -xzvf 0.9.1.tar.gz
294+
curl -LO https://github.com/ClementTsang/bottom/archive/0.9.2.tar.gz
295+
tar -xzvf 0.9.2.tar.gz
296296
cargo install --path . --locked
297297

298298
# Option 2 - Clone from master and install manually

0 commit comments

Comments
 (0)