Skip to content

Commit

Permalink
Prepear 0.20.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeHahn committed Dec 8, 2023
1 parent 9364481 commit f115faf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.20.2-rc1]
## [0.20.2]
### Fixed
- Process gauges will now be zeroed before iteration. This prevents values from
exited processes from being reported.

### Changed
- Lading now aborts on panic.
- The shutdown mechanism has been adjusted to improve its reliability.
- The capture manager now runs on a background OS thread.

### Added
- Added captures to tally CPU and memory usage of the whole target process tree
- Added metrics that report CPU and memory usage of the whole target process tree.

## [0.20.1]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lading/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lading"
version = "0.20.2-rc1"
version = "0.20.2"
authors = ["Brian L. Troutwine <[email protected]>", "George Hahn <[email protected]"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit f115faf

Please sign in to comment.