Skip to content

Commit 105ff0d

Browse files
committed
Prepare to v0.11.1
1 parent ec6e20b commit 105ff0d

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/dalance/procs/compare/v0.11.0...Unreleased) - ReleaseDate
3+
## [Unreleased](https://github.com/dalance/procs/compare/v0.11.1...Unreleased) - ReleaseDate
4+
5+
## [v0.11.1](https://github.com/dalance/procs/compare/v0.11.0...v0.11.1) - 2021-01-28
46

57
* [Added] thread information [#30](https://github.com/dalance/procs/issues/30)
68

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "procs"
3-
version = "0.11.1-pre"
3+
version = "0.11.1"
44
authors = ["dalance@gmail.com"]
55
repository = "https://github.com/dalance/procs"
66
keywords = ["process"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Build Status](https://travis-ci.org/dalance/procs.svg?branch=master)](https://travis-ci.org/dalance/procs)
77
[![codecov](https://codecov.io/gh/dalance/procs/branch/master/graph/badge.svg)](https://codecov.io/gh/dalance/procs)
88

9-
[![Changelog](https://img.shields.io/badge/changelog-v0.11.0-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
9+
[![Changelog](https://img.shields.io/badge/changelog-v0.11.1-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
1010
[![Crates.io](https://img.shields.io/crates/v/procs.svg)](https://crates.io/crates/procs)
1111
[![procs](https://snapcraft.io/procs/badge.svg)](https://snapcraft.io/procs)
1212
[![homebrew](https://img.shields.io/homebrew/v/procs.svg)](https://formulae.brew.sh/formula/procs)
@@ -103,7 +103,7 @@ sudo dnf install procs
103103
You can install by rpm command.
104104

105105
```
106-
sudo rpm -i https://github.com/dalance/procs/releases/download/v0.11.0/procs-0.11.0-1.x86_64.rpm
106+
sudo rpm -i https://github.com/dalance/procs/releases/download/v0.11.1/procs-0.11.1-1.x86_64.rpm
107107
```
108108

109109
### Cargo

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: procs
2-
version: &version v0.11.0
2+
version: &version v0.11.1
33
summary: A modern replacement for ps written in Rust
44
description: |
55
procs is a tool to display process information.

0 commit comments

Comments
 (0)