Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Jan 13, 2024
1 parent 604dc48 commit 4a8bd53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
2 changes: 1 addition & 1 deletion lib/asciidoctor-epub3/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Asciidoctor
module Epub3
VERSION = '2.0.1.dev'
VERSION = '2.0.1'
end
end

0 comments on commit 4a8bd53

Please sign in to comment.