Skip to content

Commit

Permalink
Prepare to v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Oct 6, 2023
1 parent 0fd306e commit 62a140a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 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.14.0...Unreleased) - ReleaseDate
## [Unreleased](https://github.com/dalance/procs/compare/v0.14.1...Unreleased) - ReleaseDate

## [v0.14.1](https://github.com/dalance/procs/compare/v0.14.0...v0.14.1) - 2023-10-06

* [Added] Also look for a config file in /etc/procs/procs.toml [#533](https://github.com/dalance/procs/pull/533)
* [Added] less compatible keybinding of built-in pager
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.14.0"
version = "0.14.1"
authors = ["[email protected]"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Actions Status](https://github.com/dalance/procs/workflows/Regression/badge.svg)](https://github.com/dalance/procs/actions)
[![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.14.0-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
[![Changelog](https://img.shields.io/badge/changelog-v0.14.1-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 Expand Up @@ -117,7 +117,7 @@ sudo dnf install procs
You can install with rpm.

```
sudo rpm -i https://github.com/dalance/procs/releases/download/v0.14.0/procs-0.14.0-1.x86_64.rpm
sudo rpm -i https://github.com/dalance/procs/releases/download/v0.14.1/procs-0.14.1-1.x86_64.rpm
```

### Cargo
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.14.0
version: &version v0.14.1
summary: A modern replacement for ps written in Rust
description: |
procs is a tool to display process information.
Expand Down

0 comments on commit 62a140a

Please sign in to comment.