Skip to content

Commit

Permalink
prepare for release 3.10.1 (#183)
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 3.10.1
  • Loading branch information
brayniac authored Mar 20, 2024
1 parent 36ab1fa commit dd16573
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [Unreleased]

## [3.10.1] - 2024-03-20

## Fixed

- Fixes per-CPU idle time accounting in the BPF-based sampler. Starting in
release 3.9.0 these metrics incorrectly report no idle time. (#181)

## [3.10.0] - 2024-03-19

## Added
Expand Down Expand Up @@ -148,7 +155,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.10.0...HEAD
[unreleased]: https://github.com/iopsystems/rezolus/compare/v3.10.1...HEAD
[3.10.1]: https://github.com/iopsystems/rezolus/compare/v3.20.0...v3.10.1
[3.10.0]: https://github.com/iopsystems/rezolus/compare/v3.9.0...v3.10.0
[3.9.0]: https://github.com/iopsystems/rezolus/compare/v3.8.0...v3.9.0
[3.8.0]: https://github.com/iopsystems/rezolus/compare/v3.7.0...v3.8.0
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.10.1-alpha.0"
version = "3.10.1"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down

0 comments on commit dd16573

Please sign in to comment.