summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2021-04-29 00:14:33 +0300
committerMarat Radchenko <marat@slonopotamus.org>2021-04-29 00:14:33 +0300
commit5fcf268ecb4d5be7eaebd33083759e7b88abb69b (patch)
treef120222db91165d37a6e841cd1effb64a168c11c
parentf04e9f8e0c6175442000be330184f400809aa67f (diff)
Release 1.5.0
-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 9a05cdf..395e8da 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 (2021-04-29) - @slonopotamus
* update Font Awesome Solid to 5.15.1
* use CSS for image size scaling instead of `width` attribute (#382)
diff --git a/README.adoc b/README.adoc
index 48e81f6..1c97631 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, 2021-04-29
:project-name: Asciidoctor EPUB3
:project-handle: asciidoctor-epub3
:uri-project: https://github.com/asciidoctor/{project-handle}
diff --git a/lib/asciidoctor-epub3/version.rb b/lib/asciidoctor-epub3/version.rb
index c96acdf..9a56eef 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.20.dev'
+ VERSION = '1.5.0'
end
end