Skip to content

Commit

Permalink
Bump version to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Nov 3, 2024
1 parent 01fb9b6 commit 31ed26c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## v0.3.7 - 2024-11-03

- Fixed compilation error on UEFI. (#25)

## v0.3.6 - 2024-10-23

- Upgraded bundled LLVM runtime to coverage format version 10. (#24)
Expand Down Expand Up @@ -68,7 +72,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Initial release

[Unreleased]: https://github.com/Amanieu/minicov/compare/v0.3.6...HEAD
[Unreleased]: https://github.com/Amanieu/minicov/compare/v0.3.7...HEAD
[v0.3.7]: https://github.com/Amanieu/minicov/compare/v0.3.6...v0.3.7
[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
Expand Down
2 changes: 1 addition & 1 deletion minicov/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minicov"
version = "0.3.6"
version = "0.3.7"
authors = ["Amanieu d'Antras <[email protected]>"]
description = "Code coverage and profile-guided optimization support for no_std and embedded programs"
license = "Apache-2.0/MIT"
Expand Down

0 comments on commit 31ed26c

Please sign in to comment.