Skip to content

Commit

Permalink
prepare for release 3.13.0 (#223)
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 3.13.0
  • Loading branch information
brayniac authored Apr 1, 2024
1 parent 86e8c37 commit 6297523
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
## [Unreleased]

## [3.13.0] - 2024-04-01

## Changed

- Memory sampler was reporting memory usage stats in KiB, but with bytes for the
unit metadata. This change corrects the sampler to report memory usage in
bytes. This fix is disruptive as it will cause the memory stats to change.
(#222)

## [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)
Expand Down Expand Up @@ -197,7 +207,8 @@
- 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.12.0...HEAD
[unreleased]: https://github.com/iopsystems/rezolus/compare/v3.13.0...HEAD
[3.13.0]: https://github.com/iopsystems/rezolus/compare/v3.12.0...v3.13.0
[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
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.12.1-alpha.0"
version = "3.13.0"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down

0 comments on commit 6297523

Please sign in to comment.