Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

71 lines (44 loc) · 2.04 KB

Changelog crates.io docs.rs

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.

1.2.2 - 2022-01-09

Fixed

  • "LLVM ERROR: Invalid LLVMRustVisibility value!" with 1.2.1/1d6f2b9 by making the statics pub.

1.2.1 - 2022-01-09

Fixed

  • Property section was not being emitted due to a change in how #[used] works. This seems to be caused by rust#87570, which switches #[used] from llvm.used to llvm.compiler.used.

1.2.0 - 2020-08-30

Added

  • embed_info_plist_bytes! macro.
  • embed_launchd_plist_bytes! macro.

1.1.0 - 2020-08-30

Added

  • get_info_plist function to get contents from embed_info_plist! macro.
  • get_launchd_plist function to get contents from embed_launchd_plist! macro.

Changed

  • docs.rs only targets x86_64-apple-darwin.

Removed

  • Note about reuse test only working on Rust 1.43+. This only applies to doctest for some reason.

1.0.0 - 2020-08-30

Added

  • embed_info_plist! macro.
  • embed_launchd_plist! macro.