Skip to content

Commit

Permalink
prepare for release 3.18.0 (#305)
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 3.18.0
  • Loading branch information
brayniac authored Aug 9, 2024
1 parent 94dc18a commit da33ac6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## [Unreleased]

## [3.18.0] - 2024-08-09

### Fixed

- CPU per core cycle and instruction counters were incorrect. The system totals
reflected the appropriate value. (# ?)
reflected the appropriate value. (#304)

### Added

Expand Down Expand Up @@ -289,7 +291,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.17.0...HEAD
[unreleased]: https://github.com/iopsystems/rezolus/compare/v3.18.0...HEAD
[3.18.0]: https://github.com/iopsystems/rezolus/compare/v3.17.0...v3.18.0
[3.17.0]: https://github.com/iopsystems/rezolus/compare/v3.16.0...v3.17.0
[3.16.0]: https://github.com/iopsystems/rezolus/compare/v3.15.0...v3.16.0
[3.15.0]: https://github.com/iopsystems/rezolus/compare/v3.14.2...v3.15.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.17.1-alpha.2"
version = "3.18.0"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down

0 comments on commit da33ac6

Please sign in to comment.