Skip to content

cpast-v0.9.2

Compare
Choose a tag to compare
@rootCircle rootCircle released this 01 Mar 14:16
· 62 commits to main since this release
325d8c1

Release Notes for v0.9.2 (2025-03-01)

clex_gen:

  • Changed default range values to i32_min and i32_max for ranges, and u32_min and u32_max for positive ranges.
  • Reduced mutations by segregating states, making the generate_testcase method functional, and removing the need for cloning in the case of cpast_cli, resulting in improved efficiency and performance.

cpast_cli:

  • Improved support for completions.
  • Introduced the --clipboard flag to copy clex output to the clipboard.
  • Enhanced the output of cpast ai.

General Improvements

  • Enhanced crate documentation for better clarity and usability.

Full Changelog: View on GitHub