diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff6c06..ad11be9 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.18.2 + +* Previously, newdoc didn't recognize configuration files in your Git repository when you entered its sub-directories. This is now fixed, and newdoc can detect configuration files even from sub-directories. See [RHELDOCS-17915](https://issues.redhat.com/browse/RHELDOCS-17915). + ## v2.18.1 * Fix the `--no-file-prefixes` (`-P`) option. Previously, the option didn't have the expected effect, and instead, it disabled comments. diff --git a/Cargo.lock b/Cargo.lock index 49347e9..21be31d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,7 +414,7 @@ dependencies = [ [[package]] name = "newdoc" -version = "2.18.1" +version = "2.18.2" dependencies = [ "askama", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index 460f91b..45274bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "newdoc" -version = "2.18.1" +version = "2.18.2" 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" diff --git a/newdoc.spec b/newdoc.spec index 1db84c9..0bf3c73 100644 --- a/newdoc.spec +++ b/newdoc.spec @@ -1,6 +1,6 @@ Name: newdoc Summary: Generate an AsciiDoc file using a modular template -Version: 2.18.1 +Version: 2.18.2 Release: 1%{?dist} License: GPLv3+ URL: https://github.com/redhat-documentation/newdoc