From 6ff70da7d7d2ced0eed2a18f780a21038fec8ff3 Mon Sep 17 00:00:00 2001 From: "mcanouil-dev[bot]" <211049963+mcanouil-dev[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 21:40:12 +0000 Subject: [PATCH] ci: bump version for release :rocket: --- CHANGELOG.md | 2 ++ CITATION.cff | 2 +- modules/colour.lua | 2 +- modules/content-extraction.lua | 2 +- modules/git.lua | 2 +- modules/html.lua | 2 +- modules/logging.lua | 2 +- modules/lookup.lua | 2 +- modules/metadata.lua | 2 +- modules/pandoc-helpers.lua | 2 +- modules/paths.lua | 2 +- modules/string.lua | 2 +- 12 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f53c2a5..c12e1de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,6 @@ ## Unreleased +## 1.0.0 (2026-08-26) + - feat: Initial release. diff --git a/CITATION.cff b/CITATION.cff index 1300157..8f2815d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,4 +9,4 @@ authors: repository-code: "https://github.com/mcanouil/quarto-lua-modules" license: MIT date-released: "2026-08-26" -version: 0.0.0 +version: 1.0.0 diff --git a/modules/colour.lua b/modules/colour.lua index 9a23eab..51d0a06 100644 --- a/modules/colour.lua +++ b/modules/colour.lua @@ -3,7 +3,7 @@ --- @license MIT --- @copyright 2026 Mickaël Canouil --- @author Mickaël Canouil ---- @version 0.0.0 +--- @version 1.0.0 local M = {} diff --git a/modules/content-extraction.lua b/modules/content-extraction.lua index 22be55b..e63391f 100644 --- a/modules/content-extraction.lua +++ b/modules/content-extraction.lua @@ -3,7 +3,7 @@ --- @license MIT --- @copyright 2026 Mickaël Canouil --- @author Mickaël Canouil ---- @version 0.0.0 +--- @version 1.0.0 local M = {} diff --git a/modules/git.lua b/modules/git.lua index 1faa9dc..7b11f33 100644 --- a/modules/git.lua +++ b/modules/git.lua @@ -3,7 +3,7 @@ --- @license MIT --- @copyright 2026 Mickaël Canouil --- @author Mickaël Canouil ---- @version 0.0.0 +--- @version 1.0.0 local M = {} diff --git a/modules/html.lua b/modules/html.lua index 602f1a3..8212cc5 100644 --- a/modules/html.lua +++ b/modules/html.lua @@ -3,7 +3,7 @@ --- @license MIT --- @copyright 2026 Mickaël Canouil --- @author Mickaël Canouil ---- @version 0.0.0 +--- @version 1.0.0 local M = {} diff --git a/modules/logging.lua b/modules/logging.lua index 871d030..a538809 100644 --- a/modules/logging.lua +++ b/modules/logging.lua @@ -3,7 +3,7 @@ --- @license MIT --- @copyright 2026 Mickaël Canouil --- @author Mickaël Canouil ---- @version 0.0.0 +--- @version 1.0.0 local M = {} diff --git a/modules/lookup.lua b/modules/lookup.lua index a4d58af..b85801f 100644 --- a/modules/lookup.lua +++ b/modules/lookup.lua @@ -3,7 +3,7 @@ --- @license MIT --- @copyright 2026 Mickaël Canouil --- @author Mickaël Canouil ---- @version 0.0.0 +--- @version 1.0.0 local M = {} diff --git a/modules/metadata.lua b/modules/metadata.lua index 8d7320e..2e1b6d5 100644 --- a/modules/metadata.lua +++ b/modules/metadata.lua @@ -3,7 +3,7 @@ --- @license MIT --- @copyright 2026 Mickaël Canouil --- @author Mickaël Canouil ---- @version 0.0.0 +--- @version 1.0.0 local M = {} diff --git a/modules/pandoc-helpers.lua b/modules/pandoc-helpers.lua index 761d715..aad35cf 100644 --- a/modules/pandoc-helpers.lua +++ b/modules/pandoc-helpers.lua @@ -3,7 +3,7 @@ --- @license MIT --- @copyright 2026 Mickaël Canouil --- @author Mickaël Canouil ---- @version 0.0.0 +--- @version 1.0.0 local M = {} diff --git a/modules/paths.lua b/modules/paths.lua index 9f670bf..4ffea7c 100644 --- a/modules/paths.lua +++ b/modules/paths.lua @@ -3,7 +3,7 @@ --- @license MIT --- @copyright 2026 Mickaël Canouil --- @author Mickaël Canouil ---- @version 0.0.0 +--- @version 1.0.0 local M = {} diff --git a/modules/string.lua b/modules/string.lua index ec3ca5b..597f6a8 100644 --- a/modules/string.lua +++ b/modules/string.lua @@ -3,7 +3,7 @@ --- @license MIT --- @copyright 2026 Mickaël Canouil --- @author Mickaël Canouil ---- @version 0.0.0 +--- @version 1.0.0 local M = {}