From 673df39abd1a478df316ac9f64ae1553b123d8ff Mon Sep 17 00:00:00 2001 From: Jianan Sun Date: Sun, 11 Aug 2024 16:46:20 +0800 Subject: [PATCH] docs: v4.0.0 update --- CHANGELOG.md | 7 +++++++ config.example.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2736963..3adc9a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [4.0.0] - 2024-08-11 + +- Deal with breaking changes of zola 19 config options: +> - Changed config options named `generate_feed` to `generate_feeds` (both in config.toml and in section front-matter) +> - Changed config option `feed_filename: String` to `feed_filenames: Vec` + ## [3.4.0] - 2024-04-25 ### Add: @@ -226,6 +232,7 @@ All notable changes to this project will be documented in this file. First release 🎉 +[4.0.0]: https://github.com/isunjn/serene/compare/v3.4.0...v4.0.0 [3.4.0]: https://github.com/isunjn/serene/compare/v3.3.1...v3.4.0 [3.3.1]: https://github.com/isunjn/serene/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/isunjn/serene/compare/v3.2.0...v3.3.0 diff --git a/config.example.toml b/config.example.toml index 0d16349..1d2cc6e 100644 --- a/config.example.toml +++ b/config.example.toml @@ -1,4 +1,4 @@ -# serene v3.4.0 +# serene v4.0.0 # # - docs: https://github.com/isunjn/serene/blob/latest/USAGE.md # - check for updates: https://github.com/isunjn/serene/releases