Skip to content

Commit 613a0de

Browse files
committed
Bump minor version.
1 parent 89543f8 commit 613a0de

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
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.6.1"
10+
VERSION = "0.7.0"
1111
end
1212
end

readme.md

Lines changed: 4 additions & 8 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.7.0
20+
21+
- Be more proactive about returning nil if memory capture failed.
22+
1923
### v0.6.1
2024

2125
- Handle `Errno::ESRCH: No such process @ io_fillbuf - fd:xxx /proc/xxx/smaps_rollup` by ignoring it.
@@ -69,14 +73,6 @@ Please see the [project releases](https://socketry.github.io/process-metrics/rel
6973
- Fixed process metrics to exclude the `ps` command itself from measurements.
7074
- Fixed documentation formatting issues.
7175

72-
### v0.1.0
73-
74-
- Initial release with support for process and memory metrics on Linux and Darwin (macOS).
75-
- Support for selecting processes based on PID or PPID (process group).
76-
- Implementation of memory statistics collection using `/proc` filesystem on Linux.
77-
- Better handling of process hierarchies.
78-
- Support for older Ruby versions.
79-
8076
## Contributing
8177

8278
We welcome contributions to this project.

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.7.0
44

55
- Be more proactive about returning nil if memory capture failed.
66

0 commit comments

Comments
 (0)