diff --git a/CHANGELOG.md b/CHANGELOG.md index d31dfe7..7a949e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.5.0 (2026-09-06) + ### New Features - feat: Check the document configuration against the extension schema and report what it does not accept. (#54) diff --git a/CITATION.cff b/CITATION.cff index 4459761..0831a32 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,5 +9,5 @@ authors: repository-code: "https://github.com/mcanouil/quarto-code-window" url: "https://m.canouil.dev/quarto-code-window/" license: "MIT License" -date-released: "2026-09-01" -version: 1.4.0 +date-released: "2026-09-06" +version: 1.5.0 diff --git a/README.md b/README.md index 7728f95..7801ed6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Installation ```bash -quarto add mcanouil/quarto-code-window@1.4.0 +quarto add mcanouil/quarto-code-window@1.5.0 ``` This will install the extension under the `_extensions` subdirectory. diff --git a/_extensions/code-window/_extension.yml b/_extensions/code-window/_extension.yml index 1f241b3..0f02282 100644 --- a/_extensions/code-window/_extension.yml +++ b/_extensions/code-window/_extension.yml @@ -1,6 +1,6 @@ title: Code Window author: Mickaƫl Canouil -version: 1.4.0 +version: 1.5.0 quarto-required: ">=1.9.36" contributes: filters: