Skip to content

Commit d019181

Browse files
authored
uptick: 0.9.1 (#1153)
1 parent 7bd93f2 commit d019181

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
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.0
61+
placeholder: 0.9.1
6262

6363
- type: input
6464
id: install

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.1] - Unreleased
8+
## [0.9.1] - 2023-05-14
99

1010
## Bug Fixes
1111

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,16 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa
162162

163163
```bash
164164
# x86-64
165-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.0/bottom_0.9.0_amd64.deb
166-
sudo dpkg -i bottom_0.9.0_amd64.deb
165+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.1/bottom_0.9.1_amd64.deb
166+
sudo dpkg -i bottom_0.9.1_amd64.deb
167167

168168
# ARM64
169-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.0/bottom_0.9.0_arm64.deb
170-
sudo dpkg -i bottom_0.9.0_arm64.deb
169+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.1/bottom_0.9.1_arm64.deb
170+
sudo dpkg -i bottom_0.9.1_arm64.deb
171171

172172
# ARM
173-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.0/bottom_0.9.0_armhf.deb
174-
sudo dpkg -i bottom_0.9.0_armhf.deb
173+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.1/bottom_0.9.1_armhf.deb
174+
sudo dpkg -i bottom_0.9.1_armhf.deb
175175
```
176176

177177
### Snap
@@ -278,8 +278,8 @@ to do so using the most recent version of stable Rust, which is how the binaries
278278
rustup update stable
279279

280280
# Option 1 - Download from releases and install
281-
curl -LO https://github.com/ClementTsang/bottom/archive/0.9.0.tar.gz
282-
tar -xzvf 0.9.0.tar.gz
281+
curl -LO https://github.com/ClementTsang/bottom/archive/0.9.1.tar.gz
282+
tar -xzvf 0.9.1.tar.gz
283283
cargo install --path . --locked
284284

285285
# Option 2 - Clone from master and install manually

0 commit comments

Comments
 (0)