From ddae0a387ccd5e7c49acfcacc3834b192e6d2798 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Wed, 23 Oct 2024 19:12:28 +0200 Subject: [PATCH] Bump version to 0.3.6 --- CHANGELOG.md | 7 ++++++- minicov/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd12a3..77fda66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## v0.3.6 - 2024-10-23 + +- Upgraded bundled LLVM runtime to coverage format version 10. (#24) + ## v0.3.5 - 2024-06-25 - Fixed build on non-Linux/Windows target. (#22) @@ -64,7 +68,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Initial release -[Unreleased]: https://github.com/Amanieu/minicov/compare/v0.3.5...HEAD +[Unreleased]: https://github.com/Amanieu/minicov/compare/v0.3.6...HEAD +[v0.3.6]: https://github.com/Amanieu/minicov/compare/v0.3.5...v0.3.6 [v0.3.5]: https://github.com/Amanieu/minicov/compare/v0.3.4...v0.3.5 [v0.3.4]: https://github.com/Amanieu/minicov/compare/v0.3.3...v0.3.4 [v0.3.3]: https://github.com/Amanieu/minicov/compare/v0.3.2...v0.3.3 diff --git a/minicov/Cargo.toml b/minicov/Cargo.toml index c037851..5ed1cf5 100644 --- a/minicov/Cargo.toml +++ b/minicov/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minicov" -version = "0.3.5" +version = "0.3.6" authors = ["Amanieu d'Antras "] description = "Code coverage and profile-guided optimization support for no_std and embedded programs" license = "Apache-2.0/MIT"