Skip to content

Commit

Permalink
prepare for release 3.12.0 (#217)
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 3.12.0
  • Loading branch information
brayniac authored Mar 28, 2024
1 parent 65bfb02 commit fa5a6e4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## [Unreleased]

## [3.12.0] - 2024-03-28

## Added
- MacOS cpu usage sampling. (#203)
- Metric unit annotations are added and exposed as metadata.
- Logs version number on startup. (#213)

## Fixed

- Incorrect summary stats (percentiles) were reported in version 3.10.2, 3.10.3,
and 3.11.0. (#216)

## [3.11.0] - 2024-03-25

## Changed
Expand Down Expand Up @@ -185,8 +197,9 @@
- Rewritten implementation of Rezolus using libbpf-rs and perf-event2 to provide
a more modern approach to BPF and Perf Event instrumentation.

[unreleased]: https://github.com/iopsystems/rezolus/compare/v3.11.0...HEAD
[3.10.3]: https://github.com/iopsystems/rezolus/compare/v3.10.3...v3.11.0
[unreleased]: https://github.com/iopsystems/rezolus/compare/v3.12.0...HEAD
[3.12.0]: https://github.com/iopsystems/rezolus/compare/v3.11.0...v3.12.0
[3.11.0]: https://github.com/iopsystems/rezolus/compare/v3.10.3...v3.11.0
[3.10.3]: https://github.com/iopsystems/rezolus/compare/v3.10.2...v3.10.3
[3.10.2]: https://github.com/iopsystems/rezolus/compare/v3.10.1...v3.10.2
[3.10.1]: https://github.com/iopsystems/rezolus/compare/v3.10.0...v3.10.1
Expand Down
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
description = "High resolution systems performance telemetry agent"

[workspace.package]
version = "3.11.1-alpha.0"
version = "3.12.0"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down

0 comments on commit fa5a6e4

Please sign in to comment.