Skip to content

Commit 8b1a41d

Browse files
authored
prepare for release 2.16.0 (#283)
Update changelog and prepare for release 2.16.0
1 parent 2cb64ed commit 8b1a41d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# [Unreleased]
22

3+
# [2.16.0] - 2022-03-02
4+
## Added
5+
- Adds a new `process` sampler which can monitor CPU and memory utilization for
6+
a process. (#282)
7+
38
# [2.15.2] - 2022-02-24
49
## Fixed
510
- Fixes issue where release archives do not build successfully due to inclusion
@@ -221,8 +226,9 @@ characteristics.
221226

222227
Initial release.
223228

224-
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.15.2...HEAD
225-
[2.15.1]: https://github.com/twitter/rezolus/compare/v2.15.1...v2.15.2
229+
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.16.0...HEAD
230+
[2.16.0]: https://github.com/twitter/rezolus/compare/v2.15.2...v2.16.0
231+
[2.15.2]: https://github.com/twitter/rezolus/compare/v2.15.1...v2.15.2
226232
[2.15.1]: https://github.com/twitter/rezolus/compare/v2.15.0...v2.15.1
227233
[2.15.0]: https://github.com/twitter/rezolus/compare/v2.14.0...v2.15.0
228234
[2.14.0]: https://github.com/twitter/rezolus/compare/v2.13.0...v2.14.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rezolus"
3-
version = "2.15.2"
3+
version = "2.16.0"
44
authors = ["Brian Martin <[email protected]>"]
55
license = "Apache-2.0"
66
publish = false

0 commit comments

Comments
 (0)