diff --git a/CHANGELOG.md b/CHANGELOG.md index dac1d04..a132b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ The following is a summary of changes in each `newdoc` release, which is also a Git tag by the same name in this repository. +## v2.10.4 + +* Improvements to error handling and reporting. + ## v2.10.3 * Validation: Jupiter now supports attributes in titles. diff --git a/Cargo.lock b/Cargo.lock index f5921cc..5a62f8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,7 +275,7 @@ dependencies = [ [[package]] name = "newdoc" -version = "2.10.3" +version = "2.10.4" dependencies = [ "askama", "clap", diff --git a/Cargo.toml b/Cargo.toml index 87fb92f..de30696 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "newdoc" -version = "2.10.3" +version = "2.10.4" description = "Generate pre-populated module files formatted with AsciiDoc that are used in Red Hat and Fedora documentation." authors = ["Marek Suchánek "] license = "GPL-3.0-or-later"