From 713b1874b703518585a6e867a176f35c4f66c202 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 24 Aug 2023 19:25:26 -0400 Subject: uptick: 0.9.5 (#1280) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- CHANGELOG.md | 8 +++----- README.md | 24 ++++++++++++------------ 3 files changed, 16 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 058b108a..eae77bb2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -58,7 +58,7 @@ body: description: > Please provide which version of `bottom` you're running, which you can find with `btm -V`. If you are using a nightly/non-release version, please also specify that. - placeholder: 0.9.4 + placeholder: 0.9.5 - type: input id: install diff --git a/CHANGELOG.md b/CHANGELOG.md index a52b306e..8f707d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.9.5]/[0.10.0] - Unreleased +## [0.9.5] - 2023-08-24 -## Bug Fixes - -## Features +## Other -## Changes +- [#1278](https://github.com/ClementTsang/bottom/pull/1278): Pin serde to 1.0.171. ## [0.9.4] - 2023-08-05 diff --git a/README.md b/README.md index 8264fd5b..8f907f68 100644 --- a/README.md +++ b/README.md @@ -162,16 +162,16 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa ```bash # x86-64 -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.4/bottom_0.9.4_amd64.deb -sudo dpkg -i bottom_0.9.4_amd64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.5/bottom_0.9.5_amd64.deb +sudo dpkg -i bottom_0.9.5_amd64.deb # ARM64 -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.4/bottom_0.9.4_arm64.deb -sudo dpkg -i bottom_0.9.4_arm64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.5/bottom_0.9.5_arm64.deb +sudo dpkg -i bottom_0.9.5_arm64.deb # ARM -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.4/bottom_0.9.4_armhf.deb -sudo dpkg -i bottom_0.9.4_armhf.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.5/bottom_0.9.5_armhf.deb +sudo dpkg -i bottom_0.9.5_armhf.deb ``` ### Snap @@ -202,12 +202,12 @@ something like: ```bash # x86-64 -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.4/bottom-0.9.4-1.x86_64.rpm -sudo rpm -i bottom-0.9.4-1.x86_64.rpm +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.5/bottom-0.9.5-1.x86_64.rpm +sudo rpm -i bottom-0.9.5-1.x86_64.rpm # Nightly x86-64 -curl -LO https://github.com/ClementTsang/bottom/releases/download/nightly/bottom-0.9.4-1.x86_64.rpm -sudo rpm -i bottom-0.9.4-1.x86_64.rpm +curl -LO https://github.com/ClementTsang/bottom/releases/download/nightly/bottom-0.9.5-1.x86_64.rpm +sudo rpm -i bottom-0.9.5-1.x86_64.rpm ``` ### Gentoo @@ -303,8 +303,8 @@ to do so using the most recent version of stable Rust, which is how the binaries rustup update stable # Option 1 - Download from releases and install -curl -LO https://github.com/ClementTsang/bottom/archive/0.9.4.tar.gz -tar -xzvf 0.9.4.tar.gz +curl -LO https://github.com/ClementTsang/bottom/archive/0.9.5.tar.gz +tar -xzvf 0.9.5.tar.gz cargo install --path . --locked # Option 2 - Clone from master and install manually -- cgit v1.2.3