Skip to content

Commit d01be13

Browse files
committed
Bump version
1 parent ee7c769 commit d01be13

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.9.0]
88
### Added
99
- Basic MC/DC parsing in object files
1010
- llvm 21 into tests
1111

12+
### Changed
13+
- Removed build script so there's no longer cfgs for the LLVM version compiled against
14+
1215
### Fixed
1316
- Non-version number flags in version field weren't masked out when using version for indexed profile parsing of causing parse errors.
1417

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "llvm_profparser"
3-
version = "0.8.3"
3+
version = "0.9.0"
44
authors = ["xd009642 <danielmckenna93@gmail.com>"]
55
description = "Parsing and interpretation of llvm coverage profiles and generated data"
66
repository = "https://github.com/xd009642/llvm-profparser"

0 commit comments

Comments
 (0)