Breaking:
- The
options
argument can no longer beNone
. UseOptions(0)
instead. pyromark.events
now usespythonize
Rust crate, the output will be different and more correct.- The only exported member of
pyromark.event
is nowEvent
.
Feature:
- Support for the
--output
flag in the CLI. - Backport
__str__
and__format__
behavior forpyromark.Options
from Python 3.11.
Fix:
- Ensure that the input file is always closed in the CLI.