Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1 KB

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 1 KB

Dev

  • Add a warning that binaries compiled using -Ctarget-cpu=native might not be portable (#17).

0.2.2 (11. 3. 2024)

  • Detect if a linker is installed and don't display warning if it is (#5).
  • Validate profile name (#7).
  • Add support for the incremental profile attribute.
  • Set all performance-related default properties from the base profile (dev/release) on templates (#4).
  • Add support for the split-debuginfo profile attribute.
  • Improve overwriting of RUSTFLAGS in .cargo/config.toml (#6).

0.2.1 (10. 3. 2024)

  • Add Unix-specific options.
  • Fix cancellation of prompts.
  • Unify colors in dialog.

0.2.0 (9. 3. 2024)

  • Add interactive dialog.
  • Add support for modifying .cargo/config.toml.
  • Add many new template items.

0.1.0 (3. 3. 2024)

  • Initial release.