Skip to content

Commit e49483e

Browse files
committed
Bump minor version.
1 parent 1d49b7d commit e49483e

3 files changed

Lines changed: 3 additions & 3 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.8.0"
10+
VERSION = "0.9.0"
1111
end
1212
end

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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-
### Unreleased
19+
### v0.9.0
2020

2121
- `Process::Metrics::Memory.total_size` takes into account cgroup limits.
2222
- On Linux, capturing faults is optional, controlled by `capture(faults: true/false)`.

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

55
- `Process::Metrics::Memory.total_size` takes into account cgroup limits.
66
- On Linux, capturing faults is optional, controlled by `capture(faults: true/false)`.

0 commit comments

Comments
 (0)