Skip to content

Commit

Permalink
Bump version to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Oct 23, 2024
1 parent 41b5d55 commit ddae0a3
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.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)
Expand Down Expand Up @@ -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
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.5"
version = "0.3.6"
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 ddae0a3

Please sign in to comment.