diff --git a/CHANGELOG.md b/CHANGELOG.md index 988450f..888f102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.5.2 (2026-08-01) + ### Bug Fixes - fix: Register the filter at `pre-quarto` in the extension manifest, so listing `lua-env` under `filters` is enough. The shortcode reads metadata the filter publishes, and a filter left at the default entry point published it after Quarto had expanded the shortcodes, so every `{{< lua-env >}}` rendered as nothing unless the entry point was named by hand. diff --git a/CITATION.cff b/CITATION.cff index 62756fb..3995975 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,4 +10,4 @@ repository-code: "https://github.com/mcanouil/quarto-lua-env" url: "http://m.canouil.dev/quarto-lua-env/" license: "MIT" date-released: "2026-08-01" -version: 1.5.1 +version: 1.5.2 diff --git a/README.md b/README.md index 934a708..f565a8d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Installation ```bash -quarto add mcanouil/quarto-lua-env@1.5.1 +quarto add mcanouil/quarto-lua-env@1.5.2 ``` This will install the extension under the `_extensions` subdirectory. diff --git a/_extensions/lua-env/_extension.yml b/_extensions/lua-env/_extension.yml index f5a40ee..712b510 100644 --- a/_extensions/lua-env/_extension.yml +++ b/_extensions/lua-env/_extension.yml @@ -1,6 +1,6 @@ title: Lua Environment author: Mickaƫl Canouil -version: 1.5.1 +version: 1.5.2 quarto-required: ">=1.9.38" contributes: shortcodes: