diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-10-21 22:53:11 +0300 |
|---|---|---|
| committer | Marat Radchenko <marat@slonopotamus.org> | 2020-10-21 22:53:11 +0300 |
| commit | b5f403555dee86628a54a17f4568c2d66b61bee3 (patch) | |
| tree | ece295698564406b958be489a1fe1e6d9f18e73a | |
| parent | 5c04454bbca1fa2aa876511e4e65ccfefb17ad36 (diff) | |
Release 1.5.0.alpha.19
| -rw-r--r-- | CHANGELOG.adoc | 2 | ||||
| -rw-r--r-- | README.adoc | 1 | ||||
| -rw-r--r-- | lib/asciidoctor-epub3/version.rb | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 07d78be..33f5dba 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.19 (2020-10-21) - @slonopotamus * add title and id support for literal blocks (#357) * fix quotes not being properly escaped in section titles (#358) diff --git a/README.adoc b/README.adoc index 67139df..12481e2 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.19, 2020-10-21 // Settings: :experimental: :idprefix: diff --git a/lib/asciidoctor-epub3/version.rb b/lib/asciidoctor-epub3/version.rb index 724825b..3ce7d22 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.19.dev' + VERSION = '1.5.0.alpha.19' end end |
