From ad6ec19161668043504fa078906d3f0926667904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Wed, 22 Mar 2023 12:52:37 +0100 Subject: [PATCH] Update the version to 2.13.0 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- newdoc.spec | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2624c9..1045c56 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.13.0 + +* By default, the generated files do not contain any comments. The `--no-comments` (`-C`) option is now deprecated and has no effect. You can use the new `--comments` (`-M`) option to generate files with the comments that were previously the default. + ## v2.12.0 * Deprecate the `--validate` (`-l`) option. Please use `enki` instead: . diff --git a/Cargo.lock b/Cargo.lock index 69d37de..6532ffd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "newdoc" -version = "2.12.0" +version = "2.13.0" dependencies = [ "askama", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index 388d844..608bf2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "newdoc" -version = "2.12.0" +version = "2.13.0" 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 02a1d1d..f1baae2 100644 --- a/newdoc.spec +++ b/newdoc.spec @@ -1,6 +1,6 @@ Name: newdoc Summary: Generate an AsciiDoc file using a modular template -Version: 2.12.0 +Version: 2.13.0 Release: 1%{?dist} License: GPLv3+ URL: https://github.com/redhat-documentation/newdoc