File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[package ]
22name = " procs"
3- version = " 0.11.1-pre "
3+ version = " 0.11.1"
44authors = [" dalance@gmail.com" ]
55repository = " https://github.com/dalance/procs"
66keywords = [" process" ]
Original file line number Diff line number Diff line change 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
103103You 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
Original file line number Diff line number Diff line change 11name : procs
2- version : &version v0.11.0
2+ version : &version v0.11.1
33summary : A modern replacement for ps written in Rust
44description : |
55 procs is a tool to display process information.
You can’t perform that action at this time.
0 commit comments