From 4abf33a1961a122776185fd26c19d61773c0196e Mon Sep 17 00:00:00 2001 From: -k Date: Fri, 2 Aug 2024 10:31:07 -0700 Subject: [PATCH] chore(release): prepare for 0.14.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8080afb..ba3e452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ All notable changes to this project will be documented in this file. +## [0.14.0] - 2024-08-02 + +### Features + +- [**breaking**] Add `extra.footer.author` option +- Add `extra.placeholders` options + +### Miscellaneous tasks + +- Bump zola to 0.19.1 +- Bump cache to v7 + +### Operations + +- Configure dependabot +- Update `build` job + +### Refactor + +- Drop `page_title` + +### Styling + +- Fix nerd fonts syntax +- Reformat nerd fonts +- Minify nerd fonts +- Fix nerd fonts unicode range + ## [0.13.0] - 2024-07-16 ### Bug Fixes