summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2023-10-20 09:33:45 +0900
committerdalance <dalance@gmail.com>2023-10-20 09:33:45 +0900
commitd3f697321e9af8c9fb570d260b6c067f837730ef (patch)
treef627a88913797bf5822b1fa30e350bd4f20441f7
parentad120bb54043839dfb721864ed8333b23f438211 (diff)
Prepare to v0.14.3v0.14.3
-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 f8781fb..5dc6e61 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
-## [Unreleased](https://github.com/dalance/procs/compare/v0.14.2...Unreleased) - ReleaseDate
+## [Unreleased](https://github.com/dalance/procs/compare/v0.14.3...Unreleased) - ReleaseDate
+
+## [v0.14.3](https://github.com/dalance/procs/compare/v0.14.2...v0.14.3) - 2023-10-20
* [Changed] MSRV to Rust 1.67
* [Added] Some columns on FreeBSD
diff --git a/Cargo.lock b/Cargo.lock
index 005e2af..aa4ebd0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1526,7 +1526,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.14.2"
+version = "0.14.3"
dependencies = [
"anyhow",
"bsd-kvm",
diff --git a/Cargo.toml b/Cargo.toml
index bb3029d..84065fa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.14.2"
+version = "0.14.3"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]
diff --git a/README.md b/README.md
index 805bab4..49dba61 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.2-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
+[![Changelog](https://img.shields.io/badge/changelog-v0.14.3-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.2/procs-0.14.2-1.x86_64.rpm
+sudo rpm -i https://github.com/dalance/procs/releases/download/v0.14.3/procs-0.14.3-1.x86_64.rpm
```
### Cargo
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 64264c8..ccf33c7 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: procs
-version: &version v0.14.2
+version: &version v0.14.3
summary: A modern replacement for ps written in Rust
description: |
procs is a tool to display process information.