We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2824d5b commit 989262aCopy full SHA for 989262a
2 files changed
CHANGELOG.md
@@ -0,0 +1,16 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [Unreleased]
9
10
+## [0.1.1] - 2023-05-14
11
+### Added
12
+- `ReadValue::from_group_and_entry` for creating a `ReadValue` from a
13
+ `ReadGroup` and a `GroupEntry`.
14
15
+## [0.1.0] - 2023-05-14
16
+This is the very first release of the `perf-event-data` crate.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "perf-event-data"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Sean Lynch <sean@lynches.ca>"]
0 commit comments