Skip to content

0.18.0

Compare
Choose a tag to compare
@wolfv wolfv released this 19 Jun 13:12
· 67 commits to main since this release
9cd4895

We now use the "language" as the default compiler, like conda-build, which means that compiler('rust'), compiler('go'), ... all "work" out of the box. The serialization format for tests is also completely changed to a single YAML file which comes with some improvements (e.g. we can use the full power of the script YAML object.

Added

Changed

  • Expand docs on build scripts and environment variables by @wolfv in #932
  • Update docs for post-link and pre-link scripts by @buhrmann in #934
  • Serialize tests to YAML by @wolfv in #935

Fixed

  • Do not print full url as it might contain the token by @wolfv in #931
  • Filter run_exports by direct specs more logically by @wolfv in #933
  • Use language as default compiler name by @wolfv in #936

New Contributors