summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2022-09-20 11:46:54 +0900
committerdalance <dalance@gmail.com>2022-09-20 11:46:54 +0900
commit7b1e587344b236127984668b7beb29ff2d7d8ca3 (patch)
treec9462a68b04d7dcf00ce3d9c359e2f494f887dbd
parent3f2b0dae1224691ad7b6c9641750d5f1906aec54 (diff)
Prepare to v0.13.1v0.13.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 b27c8a0..e6ad050 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
-## [Unreleased](https://github.com/dalance/procs/compare/v0.13.0...Unreleased) - ReleaseDate
+## [Unreleased](https://github.com/dalance/procs/compare/v0.13.1...Unreleased) - ReleaseDate
+
+## [v0.13.1](https://github.com/dalance/procs/compare/v0.13.0...v0.13.1) - 2022-09-20
* [Added] session column on macOS [#361](https://github.com/dalance/procs/pull/361)
diff --git a/Cargo.lock b/Cargo.lock
index ac7d889..526f836 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1272,7 +1272,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.13.1-pre"
+version = "0.13.1"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index 7a09b5d..85afe03 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.13.1-pre"
+version = "0.13.1"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]
diff --git a/README.md b/README.md
index b1bea5b..fc0c5ab 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.13.0-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
+[![Changelog](https://img.shields.io/badge/changelog-v0.13.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)
@@ -118,7 +118,7 @@ sudo dnf install procs
You can install with rpm.
```
-sudo rpm -i https://github.com/dalance/procs/releases/download/v0.13.0/procs-0.13.0-1.x86_64.rpm
+sudo rpm -i https://github.com/dalance/procs/releases/download/v0.13.1/procs-0.13.1-1.x86_64.rpm
```
### Cargo
diff --git a/snapcraft.yaml b/snapcraft.yaml
index d8b6e20..78d2bd9 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: procs
-version: &version v0.13.0
+version: &version v0.13.1
summary: A modern replacement for ps written in Rust
description: |
procs is a tool to display process information.