From 5f4ff5920f649acba84130be1575069670c8d6b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Wed, 24 Aug 2022 18:40:26 +0200 Subject: [PATCH] Version 2.10.6 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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"