Skip to content

Commit 977a957

Browse files
author
Marek Suchánek
committed
Update the version to 2.14.0
1 parent d399542 commit 977a957

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
The following is a summary of changes in each `newdoc` release, which is also a Git tag by the same name in this repository.
44

5+
## v2.14.0
6+
7+
* Update modular templates to synchronize with [modular-docs/pull/208](https://github.com/redhat-documentation/modular-docs/pull/208/).
8+
* Remove the legacy, deprecated `--validate` (`-l`) option. Please use Enki instead: <https://github.com/Levi-Leah/enki/>.
9+
* The command-line options parser previously disabled snippets by mistake. Fix and re-enable them.
10+
* Switch the main container to the Alpine base from UBI Micro.
11+
* Update various dependencies.
12+
513
## v2.13.1
614

715
* 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 for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "newdoc"
3-
version = "2.13.1"
3+
version = "2.14.0"
44
description = "Generate pre-populated module files formatted with AsciiDoc that are used in Red Hat and Fedora documentation."
55
authors = ["Marek Suchánek <[email protected]>"]
66
license = "GPL-3.0-or-later"
@@ -25,8 +25,6 @@ askama = "0.12"
2525
# Disable support for tracing_error and SpanTrace in eyre
2626
color-eyre = { version = "0.6", default-features = false }
2727
dialoguer = "0.10"
28-
# Preserve MSRV at 1.62:
29-
#time = "=0.3.19"
3028

3129
[build-dependencies]
3230
bpaf = { version = "0.9", features = ["derive", "docgen"]}

Diff for: newdoc.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: newdoc
22
Summary: Generate an AsciiDoc file using a modular template
3-
Version: 2.13.1
3+
Version: 2.14.0
44
Release: 1%{?dist}
55
License: GPLv3+
66
URL: https://github.com/redhat-documentation/newdoc

0 commit comments

Comments
 (0)