Skip to content

Commit 07b7caa

Browse files
authored
uptick: 0.9.4 (#1270)
* uptick: 0.9.4 * update date
1 parent 7aae929 commit 07b7caa

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
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.3
61+
placeholder: 0.9.4
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.4]/[0.10.0] - Unreleased
8+
## [0.9.4] - 2023-08-05
99

1010
## Bug Fixes
1111

README.md

+12-12
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.3/bottom_0.9.3_amd64.deb
166-
sudo dpkg -i bottom_0.9.3_amd64.deb
165+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.4/bottom_0.9.4_amd64.deb
166+
sudo dpkg -i bottom_0.9.4_amd64.deb
167167

168168
# ARM64
169-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.3/bottom_0.9.3_arm64.deb
170-
sudo dpkg -i bottom_0.9.3_arm64.deb
169+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.4/bottom_0.9.4_arm64.deb
170+
sudo dpkg -i bottom_0.9.4_arm64.deb
171171

172172
# ARM
173-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.3/bottom_0.9.3_armhf.deb
174-
sudo dpkg -i bottom_0.9.3_armhf.deb
173+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.4/bottom_0.9.4_armhf.deb
174+
sudo dpkg -i bottom_0.9.4_armhf.deb
175175
```
176176

177177
### Snap
@@ -202,12 +202,12 @@ something like:
202202

203203
```bash
204204
# x86-64
205-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.3/bottom-0.9.3-1.x86_64.rpm
206-
sudo rpm -i bottom-0.9.3-1.x86_64.rpm
205+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.4/bottom-0.9.4-1.x86_64.rpm
206+
sudo rpm -i bottom-0.9.4-1.x86_64.rpm
207207

208208
# Nightly x86-64
209-
curl -LO https://github.com/ClementTsang/bottom/releases/download/nightly/bottom-0.9.3-1.x86_64.rpm
210-
sudo rpm -i bottom-0.9.3-1.x86_64.rpm
209+
curl -LO https://github.com/ClementTsang/bottom/releases/download/nightly/bottom-0.9.4-1.x86_64.rpm
210+
sudo rpm -i bottom-0.9.4-1.x86_64.rpm
211211
```
212212

213213
### Gentoo
@@ -303,8 +303,8 @@ to do so using the most recent version of stable Rust, which is how the binaries
303303
rustup update stable
304304

305305
# Option 1 - Download from releases and install
306-
curl -LO https://github.com/ClementTsang/bottom/archive/0.9.3.tar.gz
307-
tar -xzvf 0.9.3.tar.gz
306+
curl -LO https://github.com/ClementTsang/bottom/archive/0.9.4.tar.gz
307+
tar -xzvf 0.9.4.tar.gz
308308
cargo install --path . --locked
309309

310310
# Option 2 - Clone from master and install manually

0 commit comments

Comments
 (0)