diff --git a/CHANGELOG.md b/CHANGELOG.md index 1193ab9ef..f6d7a76f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log -## [Unreleased](https://github.com/dalance/procs/compare/v0.14.3...Unreleased) - ReleaseDate +## [Unreleased](https://github.com/dalance/procs/compare/v0.14.4...Unreleased) - ReleaseDate + +## [v0.14.4](https://github.com/dalance/procs/compare/v0.14.3...v0.14.4) - 2023-11-24 * [Fixed] Build breaks on FreeBSD/arm64,i386 diff --git a/Cargo.lock b/Cargo.lock index 7b636f0f5..41afe11f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1531,7 +1531,7 @@ dependencies = [ [[package]] name = "procs" -version = "0.14.3" +version = "0.14.4" dependencies = [ "anyhow", "bsd-kvm", diff --git a/Cargo.toml b/Cargo.toml index 32275b991..bf7ff17ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "procs" -version = "0.14.3" +version = "0.14.4" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/procs" keywords = ["process"] diff --git a/README.md b/README.md index aa8220c83..d11491ac2 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.14.3-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md) +[![Changelog](https://img.shields.io/badge/changelog-v0.14.4-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) @@ -124,7 +124,7 @@ winget install procs You can install with rpm. ``` -sudo rpm -i https://github.com/dalance/procs/releases/download/v0.14.3/procs-0.14.3-1.x86_64.rpm +sudo rpm -i https://github.com/dalance/procs/releases/download/v0.14.4/procs-0.14.4-1.x86_64.rpm ``` ### Cargo diff --git a/snapcraft.yaml b/snapcraft.yaml index ccf33c753..7335eb6ab 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: procs -version: &version v0.14.3 +version: &version v0.14.4 summary: A modern replacement for ps written in Rust description: | procs is a tool to display process information.