bump: version 0.1.0 → 1.0.0

This commit is contained in:
sigmasternchen 2025-01-12 20:43:55 +01:00
parent c71f7df079
commit 101d1f6a21
2 changed files with 24 additions and 1 deletions

23
CHANGELOG.md Normal file
View file

@ -0,0 +1,23 @@
## v1.0.0 (2025-01-12)
### Feat
- Switch to Python logging
- Allow loading of external modules
### Fix
- Change utils import to named import
### Refactor
- Extract individual features into toggleable modules
## v0.1.0 (2025-01-06)
### Fix
- Add packages section to pyproject
- Reduce minimum python version
- Rename package
- pyproject license string

View file

@ -3,7 +3,7 @@ name = "grimoire-ssg"
packages = [
{ include = "grimoiressg" }
]
version = "0.1.0"
version = "1.0.0"
description = "A minimalistic Static Site Generator"
authors = ["Sigma <git@sigma-star.io>"]
license = "BSD-2-Clause"