Skip to content

Commit

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

## [Unreleased]

## v0.3.5 - 2024-06-25

- Fixed build on non-Linux/Windows target. (#22)

## v0.3.4 - 2024-06-22

- Upgraded bundle LLVM runtime to version 9. (#20)
- Upgraded bundled LLVM runtime to coverage format version 9. (#20)

## v0.3.3 - 2023-11-28

Expand Down Expand Up @@ -60,7 +64,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Initial release

[Unreleased]: https://github.com/Amanieu/minicov/compare/v0.3.4...HEAD
[Unreleased]: https://github.com/Amanieu/minicov/compare/v0.3.5...HEAD
[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
[v0.3.2]: https://github.com/Amanieu/minicov/compare/v0.3.1...v0.3.2
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.4"
version = "0.3.5"
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 6db9ae0

Please sign in to comment.