cpast-v0.9.2
Release Notes for v0.9.2 (2025-03-01)
clex_gen:
- Changed default range values to
i32_min
andi32_max
for ranges, andu32_min
andu32_max
for positive ranges. - Reduced mutations by segregating states, making the
generate_testcase
method functional, and removing the need for cloning in the case ofcpast_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