summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2024-03-07 09:34:19 +0900
committerdalance <dalance@gmail.com>2024-03-07 09:34:19 +0900
commit6ca4eaa5c56e6154fa305efb506bea1235ee9a59 (patch)
tree6a77ae4c926c51cc6067f74e8d3d54b952cf3a3e
parent95fe16a475bc28a126f9ef48dbc5af9e6761f0f9 (diff)
Prepare to v0.14.5v0.14.5
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
-rw-r--r--snapcraft.yaml2
5 files changed, 8 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3597f7c..c294c92 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
-## [Unreleased](https://github.com/dalance/procs/compare/v0.14.4...Unreleased) - ReleaseDate
+## [Unreleased](https://github.com/dalance/procs/compare/v0.14.5...Unreleased) - ReleaseDate
+
+## [v0.14.5](https://github.com/dalance/procs/compare/v0.14.4...v0.14.5) - 2024-03-07
* [Added] Add show_self_parents option [#607](https://github.com/dalance/procs/pull/607)
* [Changed] MSRV to Rust 1.70
diff --git a/Cargo.lock b/Cargo.lock
index 763cd6c..483391a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1673,7 +1673,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.14.4"
+version = "0.14.5"
dependencies = [
"anyhow",
"bsd-kvm",
diff --git a/Cargo.toml b/Cargo.toml
index 3a28be3..5873e64 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.14.4"
+version = "0.14.5"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]
diff --git a/README.md b/README.md
index d4a1eac..f506467 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.4-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
+[![Changelog](https://img.shields.io/badge/changelog-v0.14.5-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.4/procs-0.14.4-1.x86_64.rpm
+sudo rpm -i https://github.com/dalance/procs/releases/download/v0.14.5/procs-0.14.5-1.x86_64.rpm
```
### Cargo
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 7335eb6..380d5f2 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: procs
-version: &version v0.14.4
+version: &version v0.14.5
summary: A modern replacement for ps written in Rust
description: |
procs is a tool to display process information.