summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2022-05-25 10:23:35 +0900
committerdalance <dalance@gmail.com>2022-05-25 10:23:35 +0900
commitd86565423f261218bdf69b6e280dd663468ced88 (patch)
tree7862eac2681db96816cd6f78688ebdd750ec940c
parent21520c9524765d1135e8c732964884ad9fec993f (diff)
Prepare to v0.12.3v0.12.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 619f5bb..67a652e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
-## [Unreleased](https://github.com/dalance/procs/compare/v0.12.2...Unreleased) - ReleaseDate
+## [Unreleased](https://github.com/dalance/procs/compare/v0.12.3...Unreleased) - ReleaseDate
+
+## [v0.12.3](https://github.com/dalance/procs/compare/v0.12.2...v0.12.3) - 2022-05-25
* [Fixed] Using bash on Emacs, procs-0.12.2 is very slow compared to procs-0.11.13 [#291](https://github.com/dalance/procs/issues/291)
diff --git a/Cargo.lock b/Cargo.lock
index 5ef5764..b3187e8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1468,7 +1468,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.12.3-pre"
+version = "0.12.3"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index 2e6c545..4b97af5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.12.3-pre"
+version = "0.12.3"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]
diff --git a/README.md b/README.md
index db56bb7..2a9b2d5 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.12.2-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
+[![Changelog](https://img.shields.io/badge/changelog-v0.12.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)
@@ -118,7 +118,7 @@ sudo dnf install procs
You can install with rpm.
```
-sudo rpm -i https://github.com/dalance/procs/releases/download/v0.12.2/procs-0.12.2-1.x86_64.rpm
+sudo rpm -i https://github.com/dalance/procs/releases/download/v0.12.3/procs-0.12.3-1.x86_64.rpm
```
### Cargo
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 93f04c8..0fce131 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: procs
-version: &version v0.12.2
+version: &version v0.12.3
summary: A modern replacement for ps written in Rust
description: |
procs is a tool to display process information.