summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2021-01-30 11:32:42 +0900
committerdalance <dalance@gmail.com>2021-01-30 11:32:42 +0900
commit52252bb2489720eafe3156630d9b50dd56d66a9a (patch)
treead496966ce5b21c4fa41ddb845ac3b2d1e62efcc
parent64dc434fc6a33998123bb5fe99edd9f1045a0fc4 (diff)
Prepare to v0.11.3v0.11.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 fa77d59..7b25701 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
-## [Unreleased](https://github.com/dalance/procs/compare/v0.11.2...Unreleased) - ReleaseDate
+## [Unreleased](https://github.com/dalance/procs/compare/v0.11.3...Unreleased) - ReleaseDate
+
+## [v0.11.3](https://github.com/dalance/procs/compare/v0.11.2...v0.11.3) - 2021-01-30
* [Changed] default color for light theme
diff --git a/Cargo.lock b/Cargo.lock
index 913f82b..289d3f3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1136,7 +1136,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.11.3-pre"
+version = "0.11.3"
dependencies = [
"anyhow",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index f12095c..c867cbe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.11.3-pre"
+version = "0.11.3"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]
diff --git a/README.md b/README.md
index ba89ed1..0431817 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
[![Build Status](https://travis-ci.org/dalance/procs.svg?branch=master)](https://travis-ci.org/dalance/procs)
[![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.11.2-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
+[![Changelog](https://img.shields.io/badge/changelog-v0.11.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)
@@ -103,7 +103,7 @@ sudo dnf install procs
You can install by rpm command.
```
-sudo rpm -i https://github.com/dalance/procs/releases/download/v0.11.2/procs-0.11.2-1.x86_64.rpm
+sudo rpm -i https://github.com/dalance/procs/releases/download/v0.11.3/procs-0.11.3-1.x86_64.rpm
```
### Cargo
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 2fa8208..1655bf2 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: procs
-version: &version v0.11.2
+version: &version v0.11.3
summary: A modern replacement for ps written in Rust
description: |
procs is a tool to display process information.