diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2024-01-13 18:51:28 +0300 |
|---|---|---|
| committer | Marat Radchenko <marat@slonopotamus.org> | 2024-01-13 18:51:28 +0300 |
| commit | 4a8bd53cea47575e2db8f8ac998c70f78f0e8504 (patch) | |
| tree | de9ed09d3f3ff18a1ed3f522db38c7b18372746b | |
| parent | 604dc48e8b3a8d77356a263f0120afb802438bdb (diff) | |
Release 2.0.1
| -rw-r--r-- | CHANGELOG.adoc | 8 | ||||
| -rw-r--r-- | README.adoc | 1 | ||||
| -rw-r--r-- | lib/asciidoctor-epub3/version.rb | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 61241fd..ccebb08 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -5,6 +5,10 @@ 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. +== 2.0.1 (2024-01-13) - @slonopotamus + +* restore styling of `<strong>` and `<em>` (#461) + == 2.0.0 (2024-01-12) - @slonopotamus * fix handling of chapters with Unicode titles for Mobi (#417) @@ -23,10 +27,6 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[ * add support for floating blocks (#405) * fix `<hN>` tags for chapters (#388) -== Unreleased - -* restore styling of `<strong>` and `<em>` (#461) - == 1.5.1 (2021-04-29) - @slonopotamus * update Font Awesome Solid to 5.15.1 diff --git a/README.adoc b/README.adoc index 833e138..787eb1c 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.0.1, 2024-01-13 :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 345caf6..827e99d 100644 --- a/lib/asciidoctor-epub3/version.rb +++ b/lib/asciidoctor-epub3/version.rb @@ -2,6 +2,6 @@ module Asciidoctor module Epub3 - VERSION = '2.0.1.dev' + VERSION = '2.0.1' end end |
