Released 2024-08-21 * Adds support for rendering multiple blocks ([PR 34](https://github.com/sponsfreixes/jinja2-fragments/pull/34)).
1.5.0
Released 2024-07-06 * Removes support for Jinja macros. This feature introduced a bug that breaks some complex templates. See discussion on [Issue 21](https://github.com/sponsfreixes/jinja2-fragments/issues/21).
1.4.1
Released 2024-07-03 * Fixes regression: dictionary access ([PR 33](https://github.com/sponsfreixes/jinja2-fragments/pull/33)).
1.4.0
Released 2024-06-30 * Adds support for Jinja macros ([PR 30](https://github.com/sponsfreixes/jinja2-fragments/pull/30)).
1.3.0
Released 2024-01-29 * Adds support for Litestar ([PR 26](https://github.com/sponsfreixes/jinja2-fragments/pull/26)). * Drops support for Python 3.7.
1.2.1
Released 2023-10-26 * Adds missing `py.typed` marker file to wheels.