From f8e598c5b97f5ea3f95b31eed91c37f59f42e063 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 6 Nov 2025 23:09:52 +0800 Subject: [PATCH] uptick: 0.11.3 (#1853) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 24 ++++++++++++------------ 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 296fa242..a8a817be 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -81,7 +81,7 @@ body: It would also be helpful if you are not running [the latest version](https://github.com/ClementTsang/bottom/releases/latest) to try that as well to see if the issue has already been resolved. - placeholder: 0.11.2 + placeholder: 0.11.3 - type: textarea id: install diff --git a/CHANGELOG.md b/CHANGELOG.md index a6bf1f52..cf5aa220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ That said, these are more guidelines rather than hardset rules, though the proje --- -## [0.11.3] - Unreleased +## [0.11.3] - 2025-11-06 ### Features diff --git a/Cargo.lock b/Cargo.lock index f62b28fa..a95642ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,7 +178,7 @@ dependencies = [ [[package]] name = "bottom" -version = "0.11.2" +version = "0.11.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index e5a1aa62..58c44b1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.11.2" +version = "0.11.3" repository = "https://github.com/ClementTsang/bottom" license = "MIT" description = "A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows." diff --git a/README.md b/README.md index 3f2b17c1..eba56910 100644 --- a/README.md +++ b/README.md @@ -163,8 +163,8 @@ Alternatively, you can use `cargo install` using the repo as the source. rustup update stable # Option 1 - Download an archive from releases and install -curl -LO https://github.com/ClementTsang/bottom/archive/0.11.2.tar.gz -tar -xzvf 0.11.2.tar.gz +curl -LO https://github.com/ClementTsang/bottom/archive/0.11.3.tar.gz +tar -xzvf 0.11.3.tar.gz cargo install --path . --locked # Option 2 - Manually clone the repo and install @@ -216,20 +216,20 @@ Some examples of installing it this way: ```bash # x86-64 -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.2/bottom_0.11.2-1_amd64.deb -sudo dpkg -i bottom_0.11.2-1_amd64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.3/bottom_0.11.3-1_amd64.deb +sudo dpkg -i bottom_0.11.3-1_amd64.deb # ARM64 -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.2/bottom_0.11.2-1_arm64.deb -sudo dpkg -i bottom_0.11.2-1_arm64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.3/bottom_0.11.3-1_arm64.deb +sudo dpkg -i bottom_0.11.3-1_arm64.deb # ARM -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.2/bottom_0.11.2-1_armhf.deb -sudo dpkg -i bottom_0.11.2-1_armhf.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.3/bottom_0.11.3-1_armhf.deb +sudo dpkg -i bottom_0.11.3-1_armhf.deb # musl-based -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.2/bottom-musl_0.11.2-1_amd64.deb -sudo dpkg -i bottom-musl_0.11.2-1_amd64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.3/bottom-musl_0.11.3-1_amd64.deb +sudo dpkg -i bottom-musl_0.11.3-1_amd64.deb ``` ### Exherbo Linux @@ -261,8 +261,8 @@ sudo dnf install bottom For example: ```bash -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.2/bottom-0.11.2-1.x86_64.rpm -sudo rpm -i bottom-0.11.2-1.x86_64.rpm +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.3/bottom-0.11.3-1.x86_64.rpm +sudo rpm -i bottom-0.11.3-1.x86_64.rpm ``` ### Gentoo