Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

70 lines (42 loc) · 1.95 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

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)

v0.3.1 - 2022-12-21

  • Fixed link error on some targets by adding a dummy symbol. (#12)

v0.3.0 - 2022-12-09

  • Added support for profile-guided optimization. (#11)

v0.2.4 - 2022-05-02

  • Fixed build for bare-metal targets again. (#7)

v0.2.3 - 2022-04-14

  • Updated bundled LLVM runtime library for LLVM 14.

v0.2.2 - 2021-11-24

  • Fixed build for bare-metal targets.

v0.2.1 - 2021-11-24

  • Added no-alloc support (#3)
  • Updated bundled LLVM runtime library for LLVM 13.

v0.2.0 - 2021-01-22

  • Major rewrite to use the new LLVM source-based coverage support.

v0.1.2 - 2020-11-13

  • Updated use of internal LLVM APIs for LLVM 11.

v0.1.1 - 2020-04-20

  • Added support for concatenated input files.

v0.1.0 - 2020-04-20

  • Initial release