Skip to content
Compare
Choose a tag to compare
@ronnychevalier ronnychevalier released this 27 Dec 19:12
· 33 commits to main since this release

Version 0.8.0 - 27-12-2023

Added

  • A GitHub Action cargo-multivers is available to help build a binary in your CI and make it available during a release.
  • --out-dir to copy the final binaries to a directory.

Changed

  • Update dependencies.

Fixed

  • Do not propagate the CARGO_UNSTABLE_BUILD_STD environment variable to the build of the runner (#7).
  • Return an error on invalid CPUs from --cpus or from cpu list in [package.metadata.multivers.ARCH].
  • Fix build error when --target-dir is given as an argument to cargo build (e.g., cargo multivers -- --target-dir target_dir)