Skip to content

1.0.91

Compare
Choose a tag to compare
@NobodyXu NobodyXu released this 07 Apr 10:12
· 30 commits to main since this release
c9b0850

What's Changed

  • Update windows-bindgen requirement from 0.54 to 0.55 by @dependabot in #999
  • Fix: Accept non utf-8 characters in compiler and archiver by @NobodyXu in #998
  • CI: Add automatic publish on tag creation by @NobodyXu in #978
  • feat: Query rustc for clang target triples instead of hardcoding them by @NobodyXu in #1004
  • Fix safety comment for LibraryHandle::get_proc_address by @NobodyXu in #1010
  • Fix compile family detection: Use C macros instead of $compiler -v by @NobodyXu in #1000
  • refactor: Optimize code based on cargo clippy suggestions by @InventiveCoder in #1013
  • Fix regression in compiler family detection by @russelltg in #1014
  • Also shim llvm-ar in the clang_android test on non-Windows by @dpaoliello in #1016
  • Fix caching of supported compiler flag by @NobodyXu in #1002
  • fix llvm-ar as archiver for msvc targets; fix clang-cl detection; fix assembler output flag detection; add clang/clang-cl windows CI by @russelltg in #1015
  • fix(env_tool): return None if env is empty by @cathaysia in #1021
  • Release cc 1.0.91 by @NobodyXu in #1024

New Contributors

Full Changelog: 1.0.90...1.0.91