Skip to content

Commit f8a7dfc

Browse files
authoredNov 26, 2024··
prepare for release 4.1.2 (#377)
Update changelog and prepare for release 4.1.2
1 parent 3e38e7a commit f8a7dfc

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed
 

‎CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## [Unreleased]
22

3+
## [4.1.2] - 2024-11-25
4+
5+
### Fixed
6+
7+
- Fixed VM size for RPM packaging. (#376)
8+
- Various dependencies updated.
9+
310
## [4.1.1] - 2024-10-24
411

512
### Fixed
@@ -332,7 +339,8 @@
332339
- Rewritten implementation of Rezolus using libbpf-rs and perf-event2 to provide
333340
a more modern approach to BPF and Perf Event instrumentation.
334341

335-
[unreleased]: https://github.com/iopsystems/rezolus/compare/v4.1.1...HEAD
342+
[unreleased]: https://github.com/iopsystems/rezolus/compare/v4.1.2...HEAD
343+
[4.1.2]: https://github.com/iopsystems/rezolus/compare/v4.1.1...v4.1.2
336344
[4.1.1]: https://github.com/iopsystems/rezolus/compare/v4.1.0...v4.1.1
337345
[4.1.0]: https://github.com/iopsystems/rezolus/compare/v4.0.0...v4.1.0
338346
[4.0.0]: https://github.com/iopsystems/rezolus/compare/v3.18.1...v4.0.0

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rezolus"
3-
version = "4.1.2-alpha.0"
3+
version = "4.1.2"
44
license = "MIT OR Apache-2.0"
55
edition = "2021"
66
description = "High resolution systems performance telemetry agent"

0 commit comments

Comments
 (0)
Please sign in to comment.