Skip to content

Beta-3.5 (2023-09-05)

Compare
Choose a tag to compare
@volks73 volks73 released this 05 Sep 16:30
· 46 commits to main since this release

Features and Enhancements

  • Added --target-bin-dir option to create subcommand (#209)
  • Added render_to_string to printing (#212)
  • Added --profile option to override --debug-build flag (#198)
  • Added support for multiple authors (#185)
  • Changed minimum Rust version from v1.64.0 to v1.70.0 (#216)
  • Changed clap from v4.3.22 to v4.4.2 (#216)
  • Changed predicates from v2 to v3 (#216)
  • Changed itertools from v0.10 to v0.11 (#216)
  • Changed assert_fs from v1.0.12 to v1.0.13 (#216)
  • Changed to heuristically squashing version for WiX format (#205)
  • Refactored target-triple and profile handling (#209)
  • Removed getting dependencies when running cargo-metadata (#206)

Bug fixes

  • Fixed panic when failing to parse Cargo.toml (#180)
  • Fixed broken parsing of print command (#211)
  • Fixed broken links in README (#183)