From c27d752fe1205f6a8154393715a8489d8556c378 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 21 Apr 2024 15:38:28 +0100 Subject: [PATCH] 4.10.0 release --- CHANGELOG.md | 4 ++-- src/defaults.ml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f176ca7..86d8333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 4.10.0 (TBD) +# 4.10.0 (2024-04-21) ## New features @@ -29,7 +29,7 @@ only if nothing inside it matches the selector of actual footnotes. * Complete HTML pages work correctly in generator mode again (report by Auguste Baum) * Config files with multiline strings and Windows newlines (CRLF) no longer cause parse errors (report by Bohdan Kolesnikov) -* Configs that consists of a single comment line terminated by end of file no longer cause parse errors +* Configs that consist of a single comment line followed by EOF no longer cause parse errors (found thanks to the TOML test suite v1.4.0) # 4.9.0 (2024-03-19) diff --git a/src/defaults.ml b/src/defaults.ml index df2b518..02c46c5 100644 --- a/src/defaults.ml +++ b/src/defaults.ml @@ -347,7 +347,7 @@ let default_settings = { soupault_version = None; } -let version = (4, 9, 0, None) +let version = (4, 10, 0, None) let version_to_string v = let major, minor, patch, suffix = v in