Skip to content

Commit d3f6973

Browse files
committed
Prepare to v0.14.3
1 parent ad120bb commit d3f6973

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.14.2...Unreleased) - ReleaseDate
3+
## [Unreleased](https://github.com/dalance/procs/compare/v0.14.3...Unreleased) - ReleaseDate
4+
5+
## [v0.14.3](https://github.com/dalance/procs/compare/v0.14.2...v0.14.3) - 2023-10-20
46

57
* [Changed] MSRV to Rust 1.67
68
* [Added] Some columns on FreeBSD

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.14.2"
3+
version = "0.14.3"
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
@@ -5,7 +5,7 @@
55
[![Actions Status](https://github.com/dalance/procs/workflows/Regression/badge.svg)](https://github.com/dalance/procs/actions)
66
[![codecov](https://codecov.io/gh/dalance/procs/branch/master/graph/badge.svg)](https://codecov.io/gh/dalance/procs)
77

8-
[![Changelog](https://img.shields.io/badge/changelog-v0.14.2-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
8+
[![Changelog](https://img.shields.io/badge/changelog-v0.14.3-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
99
[![Crates.io](https://img.shields.io/crates/v/procs.svg)](https://crates.io/crates/procs)
1010
[![procs](https://snapcraft.io/procs/badge.svg)](https://snapcraft.io/procs)
1111
[![homebrew](https://img.shields.io/homebrew/v/procs.svg)](https://formulae.brew.sh/formula/procs)
@@ -124,7 +124,7 @@ winget install procs
124124
You can install with rpm.
125125

126126
```
127-
sudo rpm -i https://github.com/dalance/procs/releases/download/v0.14.2/procs-0.14.2-1.x86_64.rpm
127+
sudo rpm -i https://github.com/dalance/procs/releases/download/v0.14.3/procs-0.14.3-1.x86_64.rpm
128128
```
129129

130130
### 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.14.2
2+
version: &version v0.14.3
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)