Skip to content

Commit

Permalink
Release 2.0.0.rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Mar 2, 2019
1 parent 7fec779 commit 7266dfa
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Expand Up @@ -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.0.rc.1 (2019-03-02) - @mojavelinux

Enhancements / Compliance::

Expand Down
3 changes: 2 additions & 1 deletion 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.0.rc.1, 2019-03-02
// settings:
:idprefix:
:idseparator: -
Expand All @@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
:release-version: 1.5.8
:release-version: 2.0.0.rc.1
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
Expand Down
3 changes: 2 additions & 1 deletion 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.0.rc.1, 2019-03-02
// settings:
:idprefix:
:idseparator: -
Expand All @@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
:release-version: 1.5.8
:release-version: 2.0.0.rc.1
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
Expand Down
3 changes: 2 additions & 1 deletion 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.0.rc.1, 2019-03-02
// settings:
:page-layout: base
:idprefix:
Expand All @@ -17,7 +18,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
:release-version: 1.5.8
:release-version: 2.0.0.rc.1
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
Expand Down
3 changes: 2 additions & 1 deletion 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.0.rc.1, 2019-03-02
// settings:
:page-layout: base
:idprefix:
Expand All @@ -17,7 +18,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
:release-version: 1.5.8
:release-version: 2.0.0.rc.1
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
Expand Down
3 changes: 2 additions & 1 deletion 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.0.rc.1, 2019-03-02
// settings:
:idprefix:
:idseparator: -
Expand All @@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
:release-version: 1.5.8
:release-version: 2.0.0.rc.1
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
Expand Down
2 changes: 1 addition & 1 deletion lib/asciidoctor/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Asciidoctor
VERSION = '2.0.0.dev'
VERSION = '2.0.0.rc.1'
end
10 changes: 5 additions & 5 deletions man/asciidoctor.1
@@ -1,13 +1,13 @@
'\" t
.\" Title: asciidoctor
.\" Author: Dan Allen, Sarah White, Ryan Waldron
.\" Generator: Asciidoctor 2.0.0.dev
.\" Date: 2019-02-09
.\" Generator: Asciidoctor 2.0.0.rc.1
.\" Date: 2019-03-02
.\" Manual: Asciidoctor Manual
.\" Source: Asciidoctor 2.0.0.dev
.\" Source: Asciidoctor 2.0.0.rc.1
.\" Language: English
.\"
.TH "ASCIIDOCTOR" "1" "2019-02-09" "Asciidoctor 2.0.0.dev" "Asciidoctor Manual"
.TH "ASCIIDOCTOR" "1" "2019-03-02" "Asciidoctor 2.0.0.rc.1" "Asciidoctor Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -265,4 +265,4 @@ Dan Allen
.sp
Sarah White
.sp
Ryan Waldron
Ryan Waldron
2 changes: 1 addition & 1 deletion man/asciidoctor.adoc
Expand Up @@ -2,7 +2,7 @@
Dan Allen; Sarah White; Ryan Waldron
:doctype: manpage
:man manual: Asciidoctor Manual
:man source: Asciidoctor 2.0.0.dev
:man source: Asciidoctor 2.0.0.rc.1
:page-layout: base

== NAME
Expand Down

0 comments on commit 7266dfa

Please sign in to comment.