diff --git a/CHANGELOG.md b/CHANGELOG.md index 1df1d81..97fcbe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.3 + +* Validation: Jupiter now supports attributes in titles. +* Remove the `--detect-directory` option, which has been the default behavior. +* Minor internal changes. + ## v2.10.2 * Sanitize non-ASCII characters in the module ID ([#33](https://github.com/redhat-documentation/newdoc/issues/33)). diff --git a/Cargo.lock b/Cargo.lock index a21baa2..88921a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,7 +275,7 @@ dependencies = [ [[package]] name = "newdoc" -version = "2.10.2" +version = "2.10.3" dependencies = [ "askama", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8e710bf..87fb92f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "newdoc" -version = "2.10.2" +version = "2.10.3" 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"