Skip to content

Commit ebac4b4

Browse files
committed
Bump patch version.
1 parent 9b7988a commit ebac4b4

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
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.10.0"
10+
VERSION = "0.10.1"
1111
end
1212
end

readme.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ 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.10.1
20+
21+
- Consistent use of `_size` suffix.
22+
1923
### v0.10.0
2024

21-
- **Host::Memory**: New per-host struct `Process::Metrics::Host::Memory` with `total`, `used`, `free`, `swap_total`, `swap_used` (all bytes). Use `Host::Memory.capture` to get a snapshot; `.supported?` indicates platform support.
25+
- **Host::Memory**: New per-host struct `Process::Metrics::Host::Memory` with `total_size`, `used_size`, `free_size`, `swap_total_size`, `swap_used_size` (all bytes). Use `Host::Memory.capture` to get a snapshot; `.supported?` indicates platform support.
2226

2327
### v0.9.0
2428

@@ -60,17 +64,6 @@ Please see the [project releases](https://socketry.github.io/process-metrics/rel
6064
- Modernized codebase to use current Ruby conventions.
6165
- Improved Darwin (macOS) support with better platform-specific handling.
6266

63-
### v0.3.0
64-
65-
- Added support for `smaps_rollup` on Linux for more efficient memory statistics collection.
66-
- Fixed `smaps_rollup` detection (corrected file path).
67-
- Removed `sz` metric (not supported on Darwin).
68-
- Expanded test coverage.
69-
- Improved documentation with better syntax highlighting and fixed links.
70-
- Avoided abbreviations in naming conventions for better code clarity.
71-
- Added missing dependencies: `bake-test-external` and `json` gem.
72-
- Added summary lines for PSS (Proportional Set Size) and USS (Unique Set Size).
73-
7467
## Contributing
7568

7669
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.10.1
44

55
- Consistent use of `_size` suffix.
66

0 commit comments

Comments
 (0)