From e963e595ea447b4fd038ccb443fb4ab1befe6101 Mon Sep 17 00:00:00 2001 From: "mcanouil-dev[bot]" <211049963+mcanouil-dev[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 22:43:34 +0000 Subject: [PATCH] ci: bump version for release :rocket: --- CHANGELOG.md | 2 ++ CITATION.cff | 4 ++-- README.md | 2 +- _extensions/code-window/_extension.yml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) 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: