diff --git a/CHANGELOG.md b/CHANGELOG.md index a0cfd83..e1a8bde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.6.0] - 2024-05-17 ### Added - Added the ability to filter out certain sections from the generated coverage reports diff --git a/Cargo.toml b/Cargo.toml index 8b618f2..71cba64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "llvm_profparser" -version = "0.5.0" +version = "0.6.0" authors = ["xd009642 "] description = "Parsing and interpretation of llvm coverage profiles and generated data" repository = "https://github.com/xd009642/llvm-profparser"