Skip to content

Commit ce65fa2

Browse files
committed
Update the version to 2.18.7
1 parent 73a5a40 commit ce65fa2

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.18.7
6+
7+
* Move `[role=_abstract]` macro in templates so that it's also visible in minimal mode.
8+
* Update dependencies
9+
10+
## v2.18.6
11+
12+
* Add the `[role="_abstract"]` line to generated output.
13+
* Update dependencies
14+
15+
## v2.18.5
16+
17+
* Added a complete list of supported block titles.
18+
* Update dependencies
19+
520
## v2.18.4
621

722
* Update modular templates to synchronize with [modular-docs/pull/236](https://github.com/redhat-documentation/modular-docs/pull/236)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "newdoc"
3-
version = "2.18.6"
3+
version = "2.18.7"
44
description = "Generate pre-populated module files formatted with AsciiDoc that are used in Red Hat and Fedora documentation."
55
authors = ["Marek Suchánek <msuchane@redhat.com>"]
66
license = "GPL-3.0-or-later"

newdoc.spec

Lines changed: 1 addition & 1 deletion
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.18.6
3+
Version: 2.18.7
44
Release: 1%{?dist}
55
License: GPLv3+
66
URL: https://github.com/redhat-documentation/newdoc

0 commit comments

Comments
 (0)