diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-03-31 02:16:58 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-03-31 02:16:58 -0600 |
| commit | 63795118c9823830aeac20422c4ec09944fcb23f (patch) | |
| tree | cac015e6f56c7bf293e4b494f408ffa8d4abab41 | |
| parent | 71f5d9d92cd22137715096e242b51ebd6f4e6004 (diff) | |
Release 2.0.4v2.0.4
| -rw-r--r-- | CHANGELOG.adoc | 2 | ||||
| -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, 17 insertions, 12 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 090f7a52..24405a5e 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -13,7 +13,7 @@ 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 +== 2.0.4 (2019-03-31) - @mojavelinux Bug Fixes:: diff --git a/README-de.adoc b/README-de.adoc index be6da626..36f958ea 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.4, 2019-03-31 // settings: :idprefix: :idseparator: - @@ -16,7 +17,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.3 +:release-version: 2.0.4 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README-fr.adoc b/README-fr.adoc index 5b3942b0..bdaa84cf 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.4, 2019-03-31 // settings: :idprefix: :idseparator: - @@ -16,7 +17,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.3 +:release-version: 2.0.4 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README-jp.adoc b/README-jp.adoc index 9d5f3054..654fa891 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.4, 2019-03-31 // settings: :page-layout: base :idprefix: @@ -17,7 +18,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.3 +:release-version: 2.0.4 // 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 7314bd36..4335e57c 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.4, 2019-03-31 // settings: :page-layout: base :idprefix: @@ -17,7 +18,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.3 +:release-version: 2.0.4 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README.adoc b/README.adoc index 51ebb2cb..bcbe4cdb 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.4, 2019-03-31 // settings: :idprefix: :idseparator: - @@ -16,7 +17,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.3 +:release-version: 2.0.4 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb index b5c21e35..13fe1a30 100644 --- a/lib/asciidoctor/version.rb +++ b/lib/asciidoctor/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Asciidoctor - VERSION = '2.0.4.dev' + VERSION = '2.0.4' end diff --git a/man/asciidoctor.1 b/man/asciidoctor.1 index 7039031a..038709f7 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.3 -.\" Date: 2019-03-28 +.\" Generator: Asciidoctor 2.0.4 +.\" Date: 2019-03-31 .\" Manual: Asciidoctor Manual -.\" Source: Asciidoctor 2.0.3 +.\" Source: Asciidoctor 2.0.4 .\" Language: English .\" -.TH "ASCIIDOCTOR" "1" "2019-03-28" "Asciidoctor 2.0.3" "Asciidoctor Manual" +.TH "ASCIIDOCTOR" "1" "2019-03-31" "Asciidoctor 2.0.4" "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 06eac447..13b1d71c 100644 --- a/man/asciidoctor.adoc +++ b/man/asciidoctor.adoc @@ -2,7 +2,7 @@ Dan Allen; Sarah White; Ryan Waldron :doctype: manpage :man manual: Asciidoctor Manual -:man source: Asciidoctor 2.0.3 +:man source: Asciidoctor 2.0.4 :page-layout: base == NAME |
