diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c3fb8..289b2ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## v0.3.4 - 2024-06-22 + +- Upgraded bundle LLVM runtime to version 9. (#20) + ## v0.3.3 - 2023-11-28 - Added support for x86_64-unknown-uefi. (#18) @@ -56,7 +60,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Initial release -[Unreleased]: https://github.com/Amanieu/minicov/compare/v0.3.3...HEAD +[Unreleased]: https://github.com/Amanieu/minicov/compare/v0.3.4...HEAD +[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 [v0.3.2]: https://github.com/Amanieu/minicov/compare/v0.3.1...v0.3.2 [v0.3.1]: https://github.com/Amanieu/minicov/compare/v0.3.0...v0.3.1 diff --git a/minicov/Cargo.toml b/minicov/Cargo.toml index 2dd4073..500dd06 100644 --- a/minicov/Cargo.toml +++ b/minicov/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minicov" -version = "0.3.3" +version = "0.3.4" authors = ["Amanieu d'Antras "] description = "Code coverage and profile-guided optimization support for no_std and embedded programs" license = "Apache-2.0/MIT"