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"