Skip to content

Commit

Permalink
Update the version to 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchane committed Jul 26, 2023
1 parent d399542 commit 977a957
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/Levi-Leah/enki/>.
* 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).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "GPL-3.0-or-later"
Expand All @@ -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"]}
Expand Down
2 changes: 1 addition & 1 deletion newdoc.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 977a957

Please sign in to comment.