Skip to content

Commit 36f7921

Browse files
committed
v0.7.3
1 parent 69994af commit 36f7921

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

perf-event/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1015
## [0.7.2] - 2023-10-22
1116
### Fixed
1217
- Fixed a panic in `Sampler` when handling a record that wrapped around the end

perf-event/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "perf-event2"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
description = "A Rust interface to Linux performance monitoring"
55
license = "MIT OR Apache-2.0"
66
authors = ["Sean Lynch <sean@lynches.ca>", "Jim Blandy <jimb@red-bean.com>"]

0 commit comments

Comments
 (0)