Skip to content

v0.19.3

Latest
Compare
Choose a tag to compare
@ipetkov ipetkov released this 19 Nov 00:04
· 15 commits to master since this release
v0.19.3
8ff9c45

0.19.3 - 2024-11-18

Added

  • Added a number of fileset helpers to more easily compose source filtering:
    • fileset.cargoTomlAndLock: for Cargo.toml and Cargo.lock files
    • fileset.commonCargoSources: for files commonly used by cargo projects
    • fileset.configToml: for config.toml files
    • fileset.rust: for *.rs files
    • fileset.toml: for *.toml files

Fixed

  • buildTrunkPackage will pass in --release=true (instead of just
    --release) for trunk versions 0.21 or higher to avoid argument ambiguities
  • buildTrunkPackage will now correctly honor buildPhaseCargoCommand if
    specified (previously the value of buildPhaseCommand was incorrectly being
    used)
  • removeReferencesToVendoredSourcesHook avoids referencing /dev/fd
    directly since it may not be present on certain platforms