diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cf0c7a7a..bda298c4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -98,7 +98,7 @@ body: see if [the latest version](https://github.com/ClementTsang/bottom/releases/latest) solves the issue first. - placeholder: 0.14.5 + placeholder: 0.14.6 - type: textarea id: install diff --git a/CHANGELOG.md b/CHANGELOG.md index 7130e7ad..3bcc8af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ That said, these are more guidelines rather than hard rules, though the project --- -## 0.14.6 - Unreleased +## 0.14.6 - 2026-07-20 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 894426a1..c1122129 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ dependencies = [ [[package]] name = "bottom" -version = "0.14.5" +version = "0.14.6" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 0a37f96b..5564fdab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.14.5" +version = "0.14.6" 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 6ba23870..68d26bd0 100644 --- a/README.md +++ b/README.md @@ -166,8 +166,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.14.5.tar.gz -tar -xzvf 0.14.5.tar.gz +curl -LO https://github.com/ClementTsang/bottom/archive/0.14.6.tar.gz +tar -xzvf 0.14.6.tar.gz cargo install --path . --locked # Option 2 - Manually clone the repo and install @@ -219,20 +219,20 @@ Some examples of installing it this way: ```bash # x86-64 -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5/bottom_0.14.5-1_amd64.deb -sudo dpkg -i bottom_0.14.5-1_amd64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6/bottom_0.14.6-1_amd64.deb +sudo dpkg -i bottom_0.14.6-1_amd64.deb # ARM64 -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5/bottom_0.14.5-1_arm64.deb -sudo dpkg -i bottom_0.14.5-1_arm64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6/bottom_0.14.6-1_arm64.deb +sudo dpkg -i bottom_0.14.6-1_arm64.deb # ARM -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5/bottom_0.14.5-1_armhf.deb -sudo dpkg -i bottom_0.14.5-1_armhf.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6/bottom_0.14.6-1_armhf.deb +sudo dpkg -i bottom_0.14.6-1_armhf.deb # musl-based -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5/bottom-musl_0.14.5-1_amd64.deb -sudo dpkg -i bottom-musl_0.14.5-1_amd64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6/bottom-musl_0.14.6-1_amd64.deb +sudo dpkg -i bottom-musl_0.14.6-1_amd64.deb ``` ### Exherbo Linux @@ -274,8 +274,8 @@ sudo dnf install bottom For example: ```bash -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5/bottom-0.14.5-1.x86_64.rpm -sudo dnf install ./bottom-0.14.5-1.x86_64.rpm +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6/bottom-0.14.6-1.x86_64.rpm +sudo dnf install ./bottom-0.14.6-1.x86_64.rpm ``` ### Gentoo diff --git a/tools/schema_gen/Cargo.lock b/tools/schema_gen/Cargo.lock index e7e13195..1445373e 100644 --- a/tools/schema_gen/Cargo.lock +++ b/tools/schema_gen/Cargo.lock @@ -111,7 +111,7 @@ dependencies = [ [[package]] name = "bottom" -version = "0.14.4" +version = "0.14.6" dependencies = [ "anyhow", "clap", @@ -1578,9 +1578,9 @@ dependencies = [ [[package]] name = "timeless" -version = "0.0.14-alpha" +version = "0.0.15-alpha" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04121e3f47427f2604066a4c4af25102e6c5794b167f6dee85958898ebf7f131" +checksum = "a2be119240e5a387a47d456fb20aed535bbfe6db82ed698212a79b2cd30382c8" [[package]] name = "toml_datetime"