Skip to content

Commit eaf6ce5

Browse files
committed
Prepare to v0.11.9
1 parent dd84a42 commit eaf6ce5

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

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.8...Unreleased) - ReleaseDate
3+
## [Unreleased](https://github.com/dalance/procs/compare/v0.11.9...Unreleased) - ReleaseDate
4+
5+
## [v0.11.9](https://github.com/dalance/procs/compare/v0.11.8...v0.11.9) - 2021-06-22
46

57
## [v0.11.8](https://github.com/dalance/procs/compare/v0.11.7...v0.11.8) - 2021-05-28
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.9-pre"
3+
version = "0.11.9"
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.8-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
9+
[![Changelog](https://img.shields.io/badge/changelog-v0.11.9-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)
@@ -111,7 +111,7 @@ sudo dnf install procs
111111
You can install by rpm command.
112112

113113
```
114-
sudo rpm -i https://github.com/dalance/procs/releases/download/v0.11.8/procs-0.11.8-1.x86_64.rpm
114+
sudo rpm -i https://github.com/dalance/procs/releases/download/v0.11.9/procs-0.11.9-1.x86_64.rpm
115115
```
116116

117117
### 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.8
2+
version: &version v0.11.9
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)