Skip to content

Commit ad6ec19

Browse files
author
Marek Suchánek
committed
Update the version to 2.13.0
1 parent 0529e12 commit ad6ec19

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.13.0
6+
7+
* 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.
8+
59
## v2.12.0
610

711
* Deprecate the `--validate` (`-l`) option. Please use `enki` instead: <https://github.com/Levi-Leah/enki/>.

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-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "newdoc"
3-
version = "2.12.0"
3+
version = "2.13.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"

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.12.0
3+
Version: 2.13.0
44
Release: 1%{?dist}
55
License: GPLv3+
66
URL: https://github.com/redhat-documentation/newdoc

0 commit comments

Comments
 (0)