Skip to content

Commit 3475997

Browse files
committed
Release 1.5.0.alpha.15
1 parent ffa8e8b commit 3475997

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This document provides a high-level view of the changes to the {project-name} by release.
66
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.
77

8-
== Unreleased
8+
== 1.5.0.alpha.15 (2020-03-11) - @slonopotamus
99

1010
* support section numbering and captions (#20)
1111
* fix `\<<anchor,link text>>` to show link text (#317)

README.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
= {project-name}: A _native_ EPUB3 converter for AsciiDoc
22
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
3+
v1.5.0.alpha.15, 2020-03-11
34
// Settings:
45
:experimental:
56
:idprefix:

lib/asciidoctor-epub3/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Asciidoctor
44
module Epub3
5-
VERSION = '1.5.0.alpha.15.dev'
5+
VERSION = '1.5.0.alpha.15'
66
end
77
end

0 commit comments

Comments
 (0)