Skip to content

Commit

Permalink
4.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbaturin committed Apr 21, 2024
1 parent c8dee6f commit 71cf8b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 4.10.0 (TBD)
# 4.10.0 (2024-04-21)

## New features

Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion soupault.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "soupault"
version: "4.9.0"
version: "4.10.0"
synopsis: "Static website generator based on HTML rewriting"
description: """
A website generator that works with page element tree rather than text
Expand Down
2 changes: 1 addition & 1 deletion src/defaults.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71cf8b3

Please sign in to comment.