Skip to content

Commit 87b2fc8

Browse files
committed
Bump minor version.
1 parent 1a4d128 commit 87b2fc8

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

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.2"
10+
VERSION = "0.11.0"
1111
end
1212
end

readme.md

Lines changed: 4 additions & 6 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.11.0
20+
21+
- `process-metrics` command is removed, replaced with `bake process:metrics`.
22+
1923
### v0.10.2
2024

2125
- Add `Process::Metrics::Memory#private_size` for the sum of private (unshared) pages (Private\_Clean + Private\_Dirty); `#unique_size` is now an alias for `#private_size`.
@@ -56,12 +60,6 @@ Please see the [project releases](https://socketry.github.io/process-metrics/rel
5660

5761
- Fixed Linux memory usage capture to correctly read memory statistics.
5862

59-
### v0.5.0
60-
61-
- Added `--total-memory` option for scaling memory usage graphs, allowing users to set custom total memory values.
62-
- Improved support for proportional memory usage (PSS).
63-
- Exposed total system memory information.
64-
6563
## Contributing
6664

6765
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.11.0
44

55
- `process-metrics` command is removed, replaced with `bake process:metrics`.
66

0 commit comments

Comments
 (0)