Skip to content

Commit 4a8bd53

Browse files
committed
Release 2.0.1
1 parent 604dc48 commit 4a8bd53

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
This document provides a high-level view of the changes to the {project-name} by release.
66
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.
77

8+
== 2.0.1 (2024-01-13) - @slonopotamus
9+
10+
* restore styling of `<strong>` and `<em>` (#461)
11+
812
== 2.0.0 (2024-01-12) - @slonopotamus
913

1014
* 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[
2327
* add support for floating blocks (#405)
2428
* fix `<hN>` tags for chapters (#388)
2529

26-
== Unreleased
27-
28-
* restore styling of `<strong>` and `<em>` (#461)
29-
3030
== 1.5.1 (2021-04-29) - @slonopotamus
3131

3232
* update Font Awesome Solid to 5.15.1

README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
= {project-name}: A _native_ EPUB3 converter for AsciiDoc
22
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
3+
v2.0.1, 2024-01-13
34
:project-name: Asciidoctor EPUB3
45
:project-handle: asciidoctor-epub3
56
:uri-project: https://github.com/asciidoctor/{project-handle}

lib/asciidoctor-epub3/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Asciidoctor
44
module Epub3
5-
VERSION = '2.0.1.dev'
5+
VERSION = '2.0.1'
66
end
77
end

0 commit comments

Comments
 (0)