diff --git a/CHANGELOG.md b/CHANGELOG.md index b272b8d..bc45c8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.9.2 (2026-08-01) + ### Documentation - docs: Add a documentation website under `docs/`, built on the `atelier` project type and published to , with in-text rewriting enabled so the pages show the filter working. diff --git a/CITATION.cff b/CITATION.cff index edcee20..e8d5f54 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,4 +10,4 @@ repository-code: "https://github.com/mcanouil/quarto-gitlink" url: "http://m.canouil.dev/quarto-gitlink/" license: "MIT" date-released: "2026-08-01" -version: 1.9.1 +version: 1.9.2 diff --git a/README.md b/README.md index 0a460d8..82cbfc6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Installation ```bash -quarto add mcanouil/quarto-gitlink@1.9.1 +quarto add mcanouil/quarto-gitlink@1.9.2 ``` This will install the extension under the `_extensions` subdirectory. diff --git a/_extensions/gitlink/_extension.yml b/_extensions/gitlink/_extension.yml index 0509339..2b6a0a3 100644 --- a/_extensions/gitlink/_extension.yml +++ b/_extensions/gitlink/_extension.yml @@ -1,6 +1,6 @@ title: gitlink author: Mickaƫl Canouil -version: 1.9.1 +version: 1.9.2 quarto-required: ">=1.8.21" contributes: filters: diff --git a/example.qmd b/example.qmd index 8b21174..ce36a2e 100644 --- a/example.qmd +++ b/example.qmd @@ -25,7 +25,7 @@ A Quarto extension that automatically converts Git hosting platform references ( ## Installation ```bash -quarto add mcanouil/quarto-gitlink@1.9.1 +quarto add mcanouil/quarto-gitlink@1.9.2 ``` This will install the extension under the `_extensions` subdirectory.