Skip to content

Commit 9a8de28

Browse files
committed
Bump minor version.
1 parent 2043e75 commit 9a8de28

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/process/metrics/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
module Process
88
# @namespace
99
module Metrics
10-
VERSION = "0.5.2"
10+
VERSION = "0.6.0"
1111
end
1212
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Please see the [project documentation](https://socketry.github.io/process-metric
1616

1717
Please see the [project releases](https://socketry.github.io/process-metrics/releases/index) for all releases.
1818

19+
### v0.6.0
20+
21+
- Add support for major and minor page faults on Linux: `Process::Metrics::Memory#major_faults` and `#minor_faults`. Unfortunately these metrics are not available on Darwin (macOS).
22+
1923
### v0.5.1
2024

2125
- Fixed Linux memory usage capture to correctly read memory statistics.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.6.0
44

55
- Add support for major and minor page faults on Linux: `Process::Metrics::Memory#major_faults` and `#minor_faults`. Unfortunately these metrics are not available on Darwin (macOS).
66

0 commit comments

Comments
 (0)