summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2024-02-04 16:21:47 +0300
committerMarat Radchenko <marat@slonopotamus.org>2024-02-04 16:21:47 +0300
commitd6dda3e6a924911fe87bbb810b16b882ac261f43 (patch)
tree7fd84a87323e3ddc78ecc5f21f209b1265f21ec9
parentbd4775fa56bece0915be808732e2cfd3049d1036 (diff)
Release 2.1.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 6ce3b87..0c11f51 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
+== 2.1.0 (2024-02-04) - @slonopotamus
* drop MOBI support
* add support for blocks in callouts (#463)
diff --git a/README.adoc b/README.adoc
index 67a6d13..d006ba3 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]>
+v2.1.0, 2024-02-04
: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 c19ebd2..52864fc 100644
--- a/lib/asciidoctor-epub3/version.rb
+++ b/lib/asciidoctor-epub3/version.rb
@@ -2,6 +2,6 @@
module Asciidoctor
module Epub3
- VERSION = '2.0.2.dev'
+ VERSION = '2.1.0'
end
end