Skip to content

Commit 989262a

Browse files
authored
Release v0.1.1 (#25)
# Changelog ### Added - `ReadValue::from_group_and_entry` for creating a `ReadValue` from a `ReadGroup` and a `GroupEntry`.
1 parent 2824d5b commit 989262a

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "perf-event-data"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
authors = ["Sean Lynch <sean@lynches.ca>"]

0 commit comments

Comments
 (0)