mirror of
https://github.com/sigmasternchen/grimoire-ssg
synced 2025-03-15 10:08:55 +00:00
bump: version 1.0.0 → 1.1.0
This commit is contained in:
parent
4ba8e5407f
commit
3ee5c40bf6
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
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)
|
## v1.0.0 (2025-01-12)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
@ -3,7 +3,7 @@ name = "grimoire-ssg"
|
||||||
packages = [
|
packages = [
|
||||||
{ include = "grimoiressg" }
|
{ include = "grimoiressg" }
|
||||||
]
|
]
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
description = "A minimalistic Static Site Generator"
|
description = "A minimalistic Static Site Generator"
|
||||||
authors = ["Sigma <git@sigma-star.io>"]
|
authors = ["Sigma <git@sigma-star.io>"]
|
||||||
license = "BSD-2-Clause"
|
license = "BSD-2-Clause"
|
||||||
|
|
Loading…
Reference in a new issue