File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
4
6
5
7
* [ Added] Add Arch column for macOS (Rosetta 2) [ #759 ] ( https://github.com/dalance/procs/pull/759 )
6
8
* [ Added] Add JSON output support [ #735 ] ( https://github.com/dalance/procs/pull/735 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " procs"
3
- version = " 0.14.9 "
3
+ version = " 0.14.10 "
4
4
5
5
repository = " https://github.com/dalance/procs"
6
6
keywords = [" process" ]
Original file line number Diff line number Diff line change 4
4
5
5
[ ![ Actions Status] ( https://github.com/dalance/procs/workflows/Regression/badge.svg )] ( https://github.com/dalance/procs/actions )
6
6
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 )
8
8
[ ![ Crates.io] ( https://img.shields.io/crates/v/procs.svg )] ( https://crates.io/crates/procs )
9
9
[ ![ procs] ( https://snapcraft.io/procs/badge.svg )] ( https://snapcraft.io/procs )
10
10
[ ![ homebrew] ( https://img.shields.io/homebrew/v/procs.svg )] ( https://formulae.brew.sh/formula/procs )
@@ -123,7 +123,7 @@ winget install procs
123
123
You can install with rpm.
124
124
125
125
```
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
127
127
```
128
128
129
129
### Cargo
Original file line number Diff line number Diff line change 1
1
name : procs
2
- version : &version v0.14.9
2
+ version : &version v0.14.10
3
3
summary : A modern replacement for ps written in Rust
4
4
description : |
5
5
procs is a tool to display process information.
You can’t perform that action at this time.
0 commit comments