v0.13.0
[v0.13.0](https://github.com/ash-project/reactor/compare/v0.12.1...v0.13.0) (2025-02-11) Features: * template: Add `template` step which renders an EEx template. (#154) * Add `where` and `guard` entities to steps. (#148) Bug Fixes: * Correctly pass guards into `flunk` step. (#158) * Runtime step planning with intermediate results. (#156) Improvements: * Verify step name uniqueness recursively. (#153)