From 3ee5c40bf6390a4058f95e8004d72328829173a2 Mon Sep 17 00:00:00 2001 From: sigmasternchen Date: Sat, 18 Jan 2025 10:48:11 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28aacc3..ca1cc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v1.1.0 (2025-01-18) + +### Feat + +- Add exposed entrypoint for pipx +- Add module for sitemaps + +### Fix + +- Reverse order in which entries are rendered +- Wrong file extension for compressed sitemaps +- Deduplicate content list before processing + ## v1.0.0 (2025-01-12) ### Feat diff --git a/pyproject.toml b/pyproject.toml index efb40a4..491afe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "grimoire-ssg" packages = [ { include = "grimoiressg" } ] -version = "1.0.0" +version = "1.1.0" description = "A minimalistic Static Site Generator" authors = ["Sigma "] license = "BSD-2-Clause"