New Features
* Added the `limit=` parameter to `get_step_report()`, by rich-iannone in https://github.com/posit-dev/pointblank/pull/115
* The new `min_tbl_width=` arg in `preview()` can improve the display of narrow preview tables by default, and, allows for customization, by rich-iannone in https://github.com/posit-dev/pointblank/pull/117
* Added the `get_action_metadata()` function to help users make more powerful `Actions` callables, by rich-iannone in https://github.com/posit-dev/pointblank/pull/118
* We now include failure text in the `_ValidationInfo` object after interrogation, by rich-iannone in https://github.com/posit-dev/pointblank/pull/119
* Basic customization of the header in `get_step_report()` is now possible, by rich-iannone in https://github.com/posit-dev/pointblank/pull/120
* Added the ability to select a subset of columns in row-based step reports, by rich-iannone in https://github.com/posit-dev/pointblank/pull/123
**Full Changelog**: https://github.com/posit-dev/pointblank/compare/v0.7.2...v0.7.3