summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2018-10-28 03:32:55 -0600
committerDan Allen <dan.j.allen@gmail.com>2018-10-28 03:32:55 -0600
commitd7aeb752494c895fd7a116a7cf3a442deb9ac396 (patch)
tree5e07b08717b6145599ede1f0291e2fffe0639f5d
parentf7fcb9b3db7804294efbbcf6c1739ce34e3b3154 (diff)
Release 1.5.8v1.5.8
-rw-r--r--CHANGELOG.adoc2
-rw-r--r--README-de.adoc3
-rw-r--r--README-fr.adoc3
-rw-r--r--README-jp.adoc3
-rw-r--r--README-zh_CN.adoc3
-rw-r--r--README.adoc3
-rw-r--r--lib/asciidoctor/version.rb2
-rw-r--r--man/asciidoctor.18
-rw-r--r--man/asciidoctor.adoc2
9 files changed, 17 insertions, 12 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 91a6049b..73114e70 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
+== 1.5.8 (2018-10-28) - @mojavelinux
Enhancements::
diff --git a/README-de.adoc b/README-de.adoc
index 07ad76f8..632d0b22 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]>
+v1.5.8, 2018-10-28
// settings:
:idprefix:
:idseparator: -
@@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 1.5.7
+:release-version: 1.5.8
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README-fr.adoc b/README-fr.adoc
index cc37953a..1afd6d91 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]>
+v1.5.8, 2018-10-28
// settings:
:idprefix:
:idseparator: -
@@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 1.5.7
+:release-version: 1.5.8
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README-jp.adoc b/README-jp.adoc
index 3ed489dc..91376c21 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]>
+v1.5.8, 2018-10-28
// settings:
:page-layout: base
:idprefix:
@@ -17,7 +18,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 1.5.7
+:release-version: 1.5.8
// 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 59652f32..a4bd12f6 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]>
+v1.5.8, 2018-10-28
// settings:
:page-layout: base
:idprefix:
@@ -17,7 +18,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 1.5.7
+:release-version: 1.5.8
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README.adoc b/README.adoc
index f075a479..cc043015 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]>
+v1.5.8, 2018-10-28
// settings:
:idprefix:
:idseparator: -
@@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 1.5.7
+:release-version: 1.5.8
// 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 daff8c9a..bbc21e0e 100644
--- a/lib/asciidoctor/version.rb
+++ b/lib/asciidoctor/version.rb
@@ -1,3 +1,3 @@
module Asciidoctor
- VERSION = '1.5.8.dev'
+ VERSION = '1.5.8'
end
diff --git a/man/asciidoctor.1 b/man/asciidoctor.1
index af4d1376..64ef63c6 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 1.5.8.dev
-.\" Date: 2018-05-19
+.\" Generator: Asciidoctor 1.5.8
+.\" Date: 2018-10-28
.\" Manual: Asciidoctor Manual
-.\" Source: Asciidoctor 1.5.7
+.\" Source: Asciidoctor 1.5.8
.\" Language: English
.\"
-.TH "ASCIIDOCTOR" "1" "2018-05-19" "Asciidoctor 1.5.7" "Asciidoctor Manual"
+.TH "ASCIIDOCTOR" "1" "2018-10-28" "Asciidoctor 1.5.8" "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 b1d082f3..8cef6504 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 1.5.7
+:man source: Asciidoctor 1.5.8
:page-layout: base
== NAME