diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ab6920..83d449a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2025-03-06 + #### Added - warning if the current scarb version doesn't support not including macros in the coverage report diff --git a/Cargo.lock b/Cargo.lock index 74a24bf..46f31bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,7 +217,7 @@ dependencies = [ [[package]] name = "cairo-coverage" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "assert_fs", @@ -235,7 +235,7 @@ dependencies = [ [[package]] name = "cairo-coverage-core" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "assert_fs", @@ -257,7 +257,7 @@ dependencies = [ [[package]] name = "cairo-coverage-test-utils" -version = "0.4.0" +version = "0.5.0" dependencies = [ "assert_fs", "camino", diff --git a/Cargo.toml b/Cargo.toml index 7c1d914..fb5ba0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.4.0" +version = "0.5.0" edition = "2024" [workspace.dependencies]