diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index e2917c9fb3..5fff8a9d67 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -13,7 +13,8 @@ endif::[] This document provides a high-level view of the changes introduced in Asciidoctor by release. For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub. -== Unreleased +// tag::compact[] +== 2.0.14 (2021-04-19) - @mojavelinux Bug Fixes:: @@ -35,7 +36,7 @@ Build / Infrastructure:: * Run tests on JRuby for Windows (#3550) -// tag::compact[] +// end::compact[] == 2.0.13 (2021-04-10) - @mojavelinux Bug Fixes:: @@ -72,7 +73,6 @@ Documentation:: * Import documentation for processor into this repository (#3861) (*@graphitefriction*) * Add Belarusian translation of built-in attributes (PR #3928) (*@morganov*) -// end::compact[] == 2.0.12 (2020-11-10) - @mojavelinux Bug Fixes:: diff --git a/README-de.adoc b/README-de.adoc index d277e68cb3..8fff34e68d 100644 --- a/README-de.adoc +++ b/README-de.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White ; Ryan Waldron +v2.0.14, 2021-04-19 // settings: :idprefix: :idseparator: - @@ -16,7 +17,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.13 +:release-version: 2.0.14 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README-fr.adoc b/README-fr.adoc index 4d1a73d1a5..ddbb26fa95 100644 --- a/README-fr.adoc +++ b/README-fr.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White ; Ryan Waldron +v2.0.14, 2021-04-19 // settings: :idprefix: :idseparator: - @@ -16,7 +17,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.13 +:release-version: 2.0.14 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README-jp.adoc b/README-jp.adoc index 06367af38c..04ec9413ba 100644 --- a/README-jp.adoc +++ b/README-jp.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White ; Ryan Waldron +v2.0.14, 2021-04-19 // settings: :idprefix: :idseparator: - @@ -16,7 +17,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.13 +:release-version: 2.0.14 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README-zh_CN.adoc b/README-zh_CN.adoc index 8a90aa0c7b..45721e7a91 100644 --- a/README-zh_CN.adoc +++ b/README-zh_CN.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White ; Ryan Waldron +v2.0.14, 2021-04-19 // settings: :page-layout: base :idprefix: @@ -17,7 +18,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.13 +:release-version: 2.0.14 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README.adoc b/README.adoc index fbf146a07b..f30f058176 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White ; Ryan Waldron +v2.0.14, 2021-04-19 // settings: :idprefix: :idseparator: - @@ -16,7 +17,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.13 +:release-version: 2.0.14 // URLs: :url-org: https://github.com/asciidoctor :url-repo: {url-org}/asciidoctor diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb index 81b1a7d17b..826f84b872 100644 --- a/lib/asciidoctor/version.rb +++ b/lib/asciidoctor/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Asciidoctor - VERSION = '2.0.14.dev' + VERSION = '2.0.14' end diff --git a/man/asciidoctor.1 b/man/asciidoctor.1 index efc5e5fa7e..05a6db167f 100644 --- a/man/asciidoctor.1 +++ b/man/asciidoctor.1 @@ -1,13 +1,13 @@ '\" t .\" Title: asciidoctor .\" Author: Dan Allen, Sarah White, Ryan Waldron -.\" Generator: Asciidoctor 2.0.13 -.\" Date: 2021-04-10 +.\" Generator: Asciidoctor 2.0.14 +.\" Date: 2021-04-19 .\" Manual: Asciidoctor Manual -.\" Source: Asciidoctor 2.0.13 +.\" Source: Asciidoctor 2.0.14 .\" Language: English .\" -.TH "ASCIIDOCTOR" "1" "2021-04-10" "Asciidoctor 2.0.13" "Asciidoctor Manual" +.TH "ASCIIDOCTOR" "1" "2021-04-19" "Asciidoctor 2.0.14" "Asciidoctor Manual" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/man/asciidoctor.adoc b/man/asciidoctor.adoc index 623cad3300..8dc228f087 100644 --- a/man/asciidoctor.adoc +++ b/man/asciidoctor.adoc @@ -1,7 +1,7 @@ = asciidoctor(1) Dan Allen; Sarah White; Ryan Waldron :doctype: manpage -:release-version: 2.0.13 +:release-version: 2.0.14 :man manual: Asciidoctor Manual :man source: Asciidoctor {release-version} :page-layout: base