summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-04-26 20:04:01 +0300
committerMarat Radchenko <marat@slonopotamus.org>2020-04-26 20:04:01 +0300
commit1945829c8becc8ba473ccc3e71077e40db2c6eba (patch)
tree057221f768f6be4e561da5a9c33dfe568f50fbb4
parent87b135d61aa12d8706b9b00fcaca75d6bda36a88 (diff)
Release 1.5.0.alpha.16
-rw-r--r--CHANGELOG.adoc2
-rw-r--r--README.adoc1
-rw-r--r--lib/asciidoctor-epub3/version.rb2
3 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 50f873e..c0943a2 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -5,7 +5,7 @@
This document provides a high-level view of the changes to the {project-name} by release.
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.
-== Unreleased
+== 1.5.0.alpha.16 (2020-04-26) - @slonopotamus
* add basic audio and video support (#9)
* add support for `[horizontal]` definition list (#165)
diff --git a/README.adoc b/README.adoc
index 33c78d7..2a8c33f 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,5 +1,6 @@
= {project-name}: A _native_ EPUB3 converter for AsciiDoc
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
+v1.5.0.alpha.16, 2020-04-26
// Settings:
:experimental:
:idprefix:
diff --git a/lib/asciidoctor-epub3/version.rb b/lib/asciidoctor-epub3/version.rb
index 7e93765..7994c97 100644
--- a/lib/asciidoctor-epub3/version.rb
+++ b/lib/asciidoctor-epub3/version.rb
@@ -2,6 +2,6 @@
module Asciidoctor
module Epub3
- VERSION = '1.5.0.alpha.16.dev'
+ VERSION = '1.5.0.alpha.16'
end
end