Skip to content

Commit

Permalink
Prepare to v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Feb 12, 2020
1 parent 9ea7690 commit 44ebc67
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [Unreleased](https://github.com/dalance/procs/compare/v0.9.6...Unreleased) - ReleaseDate
## [Unreleased](https://github.com/dalance/procs/compare/v0.9.7...Unreleased) - ReleaseDate

## [v0.9.7](https://github.com/dalance/procs/compare/v0.9.6...v0.9.7) - 2020-02-12

* [Added] widths of columns are adjusted over iteration in watch mode
* [Fixed] suppress flicker in watch mode
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "procs"
version = "0.9.7-pre"
version = "0.9.7"
authors = ["[email protected]"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Snap Status](https://build.snapcraft.io/badge/dalance/procs.svg)](https://build.snapcraft.io/user/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.9.6-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
[![Changelog](https://img.shields.io/badge/changelog-v0.9.7-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)
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: procs
version: &version v0.9.6
version: &version v0.9.7
summary: A modern replacement for ps written in Rust
description: |
procs is a tool to display process information.
Expand Down

0 comments on commit 44ebc67

Please sign in to comment.