diff --git a/CHANGELOG.md b/CHANGELOG.md index c84ca05..a2910d2 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.6 + +* A prettier confirmation prompt when overwriting a file. + ## v2.10.5 * Update the modular templates to the latest upstream version. diff --git a/Cargo.lock b/Cargo.lock index 4e65821..992bd89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -324,7 +324,7 @@ dependencies = [ [[package]] name = "newdoc" -version = "2.10.5" +version = "2.10.6" dependencies = [ "askama", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8003ac0..b3af0bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "newdoc" -version = "2.10.5" +version = "2.10.6" 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"