Breaking Change
This release introduced a breaking change with the `ReplaceStringTransformation`/`replace_string` that restricts replacements to plain `SigmaString` parts to fix an issue. The fix is reverted in the pySigma release v0.11.13 and allows to swithc to the new behavior. Therefore, it is highly recommended to use the new release to implement pipelines.
What's Changed
* Nested processing pipelines by thomaspatzke in https://github.com/SigmaHQ/pySigma/pull/270
**Full Changelog**: https://github.com/SigmaHQ/pySigma/compare/v0.11.11...v0.11.12