From 7884422fbe29ea50a355d83ed96aecad1c2507e6 Mon Sep 17 00:00:00 2001 From: dalance Date: Wed, 5 Oct 2022 11:46:12 +0900 Subject: [PATCH] Prepare to v0.13.2 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- snapcraft.yaml | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a73922a4..ff6b50e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log -## [Unreleased](https://github.com/dalance/procs/compare/v0.13.1...Unreleased) - ReleaseDate +## [Unreleased](https://github.com/dalance/procs/compare/v0.13.2...Unreleased) - ReleaseDate + +## [v0.13.2](https://github.com/dalance/procs/compare/v0.13.1...v0.13.2) - 2022-10-05 * [Fixed] invalid charset name issue [#366](https://github.com/dalance/procs/issues/366) diff --git a/Cargo.lock b/Cargo.lock index 4ecf286f8..7a82d7319 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1272,7 +1272,7 @@ dependencies = [ [[package]] name = "procs" -version = "0.13.1" +version = "0.13.2" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 97c5f4cab..c22a6125c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "procs" -version = "0.13.1" +version = "0.13.2" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/procs" keywords = ["process"] diff --git a/README.md b/README.md index fc0c5ab5d..d5c92311c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Actions Status](https://github.com/dalance/procs/workflows/Regression/badge.svg)](https://github.com/dalance/procs/actions) [![codecov](https://codecov.io/gh/dalance/procs/branch/master/graph/badge.svg)](https://codecov.io/gh/dalance/procs) -[![Changelog](https://img.shields.io/badge/changelog-v0.13.1-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md) +[![Changelog](https://img.shields.io/badge/changelog-v0.13.2-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md) [![Crates.io](https://img.shields.io/crates/v/procs.svg)](https://crates.io/crates/procs) [![procs](https://snapcraft.io/procs/badge.svg)](https://snapcraft.io/procs) [![homebrew](https://img.shields.io/homebrew/v/procs.svg)](https://formulae.brew.sh/formula/procs) @@ -118,7 +118,7 @@ sudo dnf install procs You can install with rpm. ``` -sudo rpm -i https://github.com/dalance/procs/releases/download/v0.13.1/procs-0.13.1-1.x86_64.rpm +sudo rpm -i https://github.com/dalance/procs/releases/download/v0.13.2/procs-0.13.2-1.x86_64.rpm ``` ### Cargo diff --git a/snapcraft.yaml b/snapcraft.yaml index 78d2bd99f..183fe8d54 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: procs -version: &version v0.13.1 +version: &version v0.13.2 summary: A modern replacement for ps written in Rust description: | procs is a tool to display process information.