Skip to content

Commit

Permalink
Bump version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Nov 28, 2023
1 parent b9e3770 commit 695dbbb
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.3 - 2023-11-28

- Added support for x86_64-unknown-uefi. (#18)

## v0.3.2 - 2023-03-30

- Fixed incorrect signature for `minicov_dealloc`. (#15)
Expand Down Expand Up @@ -52,7 +56,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Initial release

[Unreleased]: https://github.com/Amanieu/minicov/compare/v0.3.2...HEAD
[Unreleased]: https://github.com/Amanieu/minicov/compare/v0.3.3...HEAD
[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
[v0.3.0]: https://github.com/Amanieu/minicov/compare/v0.2.4...v0.3.0
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.2"
version = "0.3.3"
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 695dbbb

Please sign in to comment.