summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2022-07-29 11:28:37 +0900
committerdalance <dalance@gmail.com>2022-07-29 11:28:37 +0900
commit1a1df3189042ba79e5c16aacfb3924fcf2abb5ef (patch)
tree8f4c4fa66bc7e148040cac7f0661550218714815
parentc72707eab50b264796c0d62e4b35bbeb6e0800ce (diff)
Prepare to v0.13.0v0.13.0
-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 e4b0745..848eb3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
-## [Unreleased](https://github.com/dalance/procs/compare/v0.12.3...Unreleased) - ReleaseDate
+## [Unreleased](https://github.com/dalance/procs/compare/v0.13.0...Unreleased) - ReleaseDate
+
+## [v0.13.0](https://github.com/dalance/procs/compare/v0.12.3...v0.13.0) - 2022-07-29
* [Changed] Update procfs to v0.13.0
* [Changed] Use once_cell instead of lazy_static
diff --git a/Cargo.lock b/Cargo.lock
index f4ddfa5..6d105ad 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1227,7 +1227,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.12.4-pre"
+version = "0.13.0"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index c171816..137663b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.12.4-pre"
+version = "0.13.0"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]
diff --git a/README.md b/README.md
index 7e62823..cdd891f 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.3-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
+[![Changelog](https://img.shields.io/badge/changelog-v0.13.0-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.3/procs-0.12.3-1.x86_64.rpm
+sudo rpm -i https://github.com/dalance/procs/releases/download/v0.13.0/procs-0.13.0-1.x86_64.rpm
```
### Cargo
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 0fce131..d8b6e20 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: procs
-version: &version v0.12.3
+version: &version v0.13.0
summary: A modern replacement for ps written in Rust
description: |
procs is a tool to display process information.