We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69994af commit 36f7921Copy full SHA for 36f7921
2 files changed
perf-event/CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.7.3] - 2023-05-26
11
+### Added
12
+- Add `Group::builder` method which creates a builder that is preconfigured for
13
+ constructing a `Group`. @daniel-levin
14
+
15
## [0.7.2] - 2023-10-22
16
### Fixed
17
- Fixed a panic in `Sampler` when handling a record that wrapped around the end
perf-event/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "perf-event2"
3
-version = "0.7.2"
+version = "0.7.3"
4
description = "A Rust interface to Linux performance monitoring"
5
license = "MIT OR Apache-2.0"
6
authors = ["Sean Lynch <sean@lynches.ca>", "Jim Blandy <jimb@red-bean.com>"]
0 commit comments