diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-04-27 14:59:20 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-04-27 14:59:20 -0600 |
| commit | 884917ce8f0d48c1b55ba5168a37fc06c9be9269 (patch) | |
| tree | da00142a7c4c1f03a010e029cf114bd632464a08 | |
| parent | 094b92063eee98d22573ee34ae44bd71f46f9768 (diff) | |
Release 2.0.15v2.0.15
| -rw-r--r-- | CHANGELOG.adoc | 6 | ||||
| -rw-r--r-- | README-de.adoc | 3 | ||||
| -rw-r--r-- | README-fr.adoc | 3 | ||||
| -rw-r--r-- | README-jp.adoc | 3 | ||||
| -rw-r--r-- | README-zh_CN.adoc | 3 | ||||
| -rw-r--r-- | README.adoc | 3 | ||||
| -rw-r--r-- | lib/asciidoctor/version.rb | 2 | ||||
| -rw-r--r-- | man/asciidoctor.1 | 8 | ||||
| -rw-r--r-- | man/asciidoctor.adoc | 2 |
9 files changed, 19 insertions, 14 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 2d325066..d4798caf 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -15,7 +15,8 @@ For an even more detailed look at what has changed, refer to the {uri-repo}/comm This project utilizes semantic versioning. -== Unreleased +// tag::compact[] +== 2.0.15 (2021-04-27) - @mojavelinux Bug Fixes:: @@ -35,7 +36,7 @@ Build / Infrastructure:: * Get remaining invoker tests working on JRuby 9.1 for Windows -// tag::compact[] +// end::compact[] == 2.0.14 (2021-04-19) - @mojavelinux Bug Fixes:: @@ -58,7 +59,6 @@ Build / Infrastructure:: * Run tests on JRuby for Windows (#3550) -// end::compact[] == 2.0.13 (2021-04-10) - @mojavelinux Bug Fixes:: diff --git a/README-de.adoc b/README-de.adoc index 789c41aa..1980ab92 100644 --- a/README-de.adoc +++ b/README-de.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]> +v2.0.15, 2021-04-27 // settings: :idprefix: :idseparator: - @@ -16,7 +17,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.14 +:release-version: 2.0.15 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README-fr.adoc b/README-fr.adoc index 6c8cdf74..b83c0dbe 100644 --- a/README-fr.adoc +++ b/README-fr.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]> +v2.0.15, 2021-04-27 // settings: :idprefix: :idseparator: - @@ -16,7 +17,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.14 +:release-version: 2.0.15 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README-jp.adoc b/README-jp.adoc index dce97169..a9b6a6d9 100644 --- a/README-jp.adoc +++ b/README-jp.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]> +v2.0.15, 2021-04-27 // settings: :idprefix: :idseparator: - @@ -16,7 +17,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.14 +:release-version: 2.0.15 // 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 b7a7a728..1130927e 100644 --- a/README-zh_CN.adoc +++ b/README-zh_CN.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]> +v2.0.15, 2021-04-27 // settings: :page-layout: base :idprefix: @@ -17,7 +18,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.14 +:release-version: 2.0.15 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README.adoc b/README.adoc index 1e9dfdf3..e91cd4a1 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]> +v2.0.15, 2021-04-27 // settings: :idprefix: :idseparator: - @@ -16,7 +17,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.14 +:release-version: 2.0.15 // 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 37c665de..44747b3b 100644 --- a/lib/asciidoctor/version.rb +++ b/lib/asciidoctor/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Asciidoctor - VERSION = '2.0.15.dev' + VERSION = '2.0.15' end diff --git a/man/asciidoctor.1 b/man/asciidoctor.1 index 05a6db16..561cb150 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.14 -.\" Date: 2021-04-19 +.\" Generator: Asciidoctor 2.0.15 +.\" Date: 2021-04-27 .\" Manual: Asciidoctor Manual -.\" Source: Asciidoctor 2.0.14 +.\" Source: Asciidoctor 2.0.15 .\" Language: English .\" -.TH "ASCIIDOCTOR" "1" "2021-04-19" "Asciidoctor 2.0.14" "Asciidoctor Manual" +.TH "ASCIIDOCTOR" "1" "2021-04-27" "Asciidoctor 2.0.15" "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 8dc228f0..cb392e76 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.14 +:release-version: 2.0.15 :man manual: Asciidoctor Manual :man source: Asciidoctor {release-version} :page-layout: base |
