From 977a95756ba7e01602447fd18f763e91a2aaed32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Wed, 26 Jul 2023 19:13:33 +0200 Subject: [PATCH] Update the version to 2.14.0 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 4 +--- newdoc.spec | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffbd84e..30d56d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.14.0 + +* Update modular templates to synchronize with [modular-docs/pull/208](https://github.com/redhat-documentation/modular-docs/pull/208/). +* Remove the legacy, deprecated `--validate` (`-l`) option. Please use Enki instead: . +* The command-line options parser previously disabled snippets by mistake. Fix and re-enable them. +* Switch the main container to the Alpine base from UBI Micro. +* Update various dependencies. + ## v2.13.1 * The help message and the man page now specify that the validation feature is deprecated. See [#36](https://github.com/redhat-documentation/newdoc/issues/36). diff --git a/Cargo.lock b/Cargo.lock index 5457633..473ac34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,7 +380,7 @@ dependencies = [ [[package]] name = "newdoc" -version = "2.13.1" +version = "2.14.0" dependencies = [ "askama", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index 09606cb..0b7647d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "newdoc" -version = "2.13.1" +version = "2.14.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" @@ -25,8 +25,6 @@ askama = "0.12" # Disable support for tracing_error and SpanTrace in eyre color-eyre = { version = "0.6", default-features = false } dialoguer = "0.10" -# Preserve MSRV at 1.62: -#time = "=0.3.19" [build-dependencies] bpaf = { version = "0.9", features = ["derive", "docgen"]} diff --git a/newdoc.spec b/newdoc.spec index a77c3a2..199d44e 100644 --- a/newdoc.spec +++ b/newdoc.spec @@ -1,6 +1,6 @@ Name: newdoc Summary: Generate an AsciiDoc file using a modular template -Version: 2.13.1 +Version: 2.14.0 Release: 1%{?dist} License: GPLv3+ URL: https://github.com/redhat-documentation/newdoc