Skip to content

Commit 335a866

Browse files
committed
Bump the version and update the ChangeLog
1 parent 47efce8 commit 335a866

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
`mem-info` uses [PVP Versioning][1].
44

5+
## 0.3.1.0 -- 2025-02-18
6+
7+
- Add option -m (--min-reported)
8+
9+
This filters out processes with low memory by specifying a lower bound for
10+
output. Correct filter amounts are specified as quantities along with a unit;
11+
one of KiB, MiB, GiB or TiB
12+
513
## 0.3.0.1 -- 2025-01-17
614

715
- Fix test data generation in QuickCheck test

mem-info.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: mem-info
3-
version: 0.3.0.1
3+
version: 0.3.1.0
44
synopsis: Print the core memory usage of programs
55
description:
66
A utility to accurately report the core memory usage of programs.

0 commit comments

Comments
 (0)