summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2023-10-06 19:30:44 +0900
committerdalance <dalance@gmail.com>2023-10-06 19:30:44 +0900
commit62a140adfa179efc5a58db31911075528c757a6f (patch)
treeb91a322dae9371a5951b7ecb454c5b81a2d7a959
parent0fd306ed06fe5dc0e811630b3f740eec37d327b5 (diff)
Prepare to v0.14.1v0.14.1
-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 ebc531b..c0d122d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
-## [Unreleased](https://github.com/dalance/procs/compare/v0.14.0...Unreleased) - ReleaseDate
+## [Unreleased](https://github.com/dalance/procs/compare/v0.14.1...Unreleased) - ReleaseDate
+
+## [v0.14.1](https://github.com/dalance/procs/compare/v0.14.0...v0.14.1) - 2023-10-06
* [Added] Also look for a config file in /etc/procs/procs.toml [#533](https://github.com/dalance/procs/pull/533)
* [Added] less compatible keybinding of built-in pager
diff --git a/Cargo.lock b/Cargo.lock
index 6fef5cf..ac612b9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1463,7 +1463,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.14.0"
+version = "0.14.1"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index 987dd79..37762a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.14.0"
+version = "0.14.1"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]
diff --git a/README.md b/README.md
index da4ff99..d4693be 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.0-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
+[![Changelog](https://img.shields.io/badge/changelog-v0.14.1-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)
@@ -117,7 +117,7 @@ sudo dnf install procs
You can install with rpm.
```
-sudo rpm -i https://github.com/dalance/procs/releases/download/v0.14.0/procs-0.14.0-1.x86_64.rpm
+sudo rpm -i https://github.com/dalance/procs/releases/download/v0.14.1/procs-0.14.1-1.x86_64.rpm
```
### Cargo
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 22fc3bc..9c70125 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: procs
-version: &version v0.14.0
+version: &version v0.14.1
summary: A modern replacement for ps written in Rust
description: |
procs is a tool to display process information.