Skip to content

Commit 2578f20

Browse files
authored
uptick: 0.11.1 (#1786)
1 parent f846fdc commit 2578f20

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ body:
8181
8282
It would also be helpful if you are not running [the latest version](https://github.com/ClementTsang/bottom/releases/latest)
8383
to try that as well to see if the issue has already been resolved.
84-
placeholder: 0.11.0
84+
placeholder: 0.11.1
8585

8686
- type: textarea
8787
id: install

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ That said, these are more guidelines rather than hardset rules, though the proje
2020

2121
---
2222

23-
## [0.11.1] - Unreleased
23+
## [0.11.1] - 2025-08-15
2424

2525
### Bug Fixes
2626

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ Alternatively, you can use `cargo install` using the repo as the source.
162162
rustup update stable
163163

164164
# Option 1 - Download an archive from releases and install
165-
curl -LO https://github.com/ClementTsang/bottom/archive/0.11.0.tar.gz
166-
tar -xzvf 0.11.0.tar.gz
165+
curl -LO https://github.com/ClementTsang/bottom/archive/0.11.1.tar.gz
166+
tar -xzvf 0.11.1.tar.gz
167167
cargo install --path . --locked
168168

169169
# Option 2 - Manually clone the repo and install
@@ -215,20 +215,20 @@ Some examples of installing it this way:
215215

216216
```bash
217217
# x86-64
218-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0/bottom_0.11.0-1_amd64.deb
219-
sudo dpkg -i bottom_0.11.0-1_amd64.deb
218+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.1/bottom_0.11.1-1_amd64.deb
219+
sudo dpkg -i bottom_0.11.1-1_amd64.deb
220220

221221
# ARM64
222-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0/bottom_0.11.0-1_arm64.deb
223-
sudo dpkg -i bottom_0.11.0-1_arm64.deb
222+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.1/bottom_0.11.1-1_arm64.deb
223+
sudo dpkg -i bottom_0.11.1-1_arm64.deb
224224

225225
# ARM
226-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0/bottom_0.11.0-1_armhf.deb
227-
sudo dpkg -i bottom_0.11.0-1_armhf.deb
226+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.1/bottom_0.11.1-1_armhf.deb
227+
sudo dpkg -i bottom_0.11.1-1_armhf.deb
228228

229229
# musl-based
230-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0/bottom-musl_0.11.0-1_amd64.deb
231-
sudo dpkg -i bottom-musl_0.11.0-1_amd64.deb
230+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.1/bottom-musl_0.11.1-1_amd64.deb
231+
sudo dpkg -i bottom-musl_0.11.1-1_amd64.deb
232232
```
233233

234234
### Exherbo Linux
@@ -260,8 +260,8 @@ sudo dnf install bottom
260260
For example:
261261

262262
```bash
263-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0/bottom-0.11.0-1.x86_64.rpm
264-
sudo rpm -i bottom-0.11.0-1.x86_64.rpm
263+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.1/bottom-0.11.1-1.x86_64.rpm
264+
sudo rpm -i bottom-0.11.1-1.x86_64.rpm
265265
```
266266

267267
### Gentoo

0 commit comments

Comments
 (0)