Skip to content

Commit e631556

Browse files
committed
Prepare to v0.14.10
1 parent 861cd13 commit e631556

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.9...Unreleased) - ReleaseDate
3+
## [Unreleased](https://github.com/dalance/procs/compare/v0.14.10...Unreleased) - ReleaseDate
4+
5+
## [v0.14.10](https://github.com/dalance/procs/compare/v0.14.9...v0.14.10) - 2025-03-28
46

57
* [Added] Add Arch column for macOS (Rosetta 2) [#759](https://github.com/dalance/procs/pull/759)
68
* [Added] Add JSON output support [#735](https://github.com/dalance/procs/pull/735)

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.9"
3+
version = "0.14.10"
44
authors = ["[email protected]"]
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
@@ -4,7 +4,7 @@
44

55
[![Actions Status](https://github.com/dalance/procs/workflows/Regression/badge.svg)](https://github.com/dalance/procs/actions)
66

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

125125
```
126-
sudo rpm -i https://github.com/dalance/procs/releases/download/v0.14.9/procs-0.14.9-1.x86_64.rpm
126+
sudo rpm -i https://github.com/dalance/procs/releases/download/v0.14.10/procs-0.14.10-1.x86_64.rpm
127127
```
128128

129129
### 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.9
2+
version: &version v0.14.10
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)