File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 11[package ]
22name = " llvm_profparser"
3- version = " 0.8.3 "
3+ version = " 0.9.0 "
44authors = [" xd009642 <danielmckenna93@gmail.com>" ]
55description = " Parsing and interpretation of llvm coverage profiles and generated data"
66repository = " https://github.com/xd009642/llvm-profparser"
You can’t perform that action at this time.
0 commit comments