Upped version and populated Changelog.
This commit is contained in:
parent
978dffb671
commit
b6696ea83c
2 changed files with 8 additions and 3 deletions
|
@ -11,7 +11,6 @@ and this project adheres to the
|
|||
### Backend
|
||||
|
||||
* Add Atom and RSS feeds
|
||||
* Add sitemap.xml
|
||||
|
||||
### Planned utils
|
||||
|
||||
|
@ -19,6 +18,12 @@ and this project adheres to the
|
|||
* Add font subsetting (or svg icons support / fonts)
|
||||
* Add images utils such as conversion to png, avif and other formats (see hip and JuicyPixels)
|
||||
|
||||
## 0.2.0.0 - 2023-06-19
|
||||
|
||||
* Added sitemap.xml
|
||||
* Declaration of Props changed with `add(...)` functions.
|
||||
* Props now have a FileTree structure to gather assets.
|
||||
|
||||
## 0.1.0.0 - 2023-06-18
|
||||
|
||||
* Added colours and palettes support (with colour package back-end)
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
name: etienne-moqueur
|
||||
version: 0.1.0.0
|
||||
version: 0.2.0.0
|
||||
license: BSD3
|
||||
author: "etienne"
|
||||
maintainer: "etienne@moqueur.chat"
|
||||
copyright: "2022 etienne"
|
||||
copyright: "2023 etienne"
|
||||
|
||||
extra-source-files:
|
||||
- README.md
|
||||
|
|
Loading…
Reference in a new issue