asciidoctor-epub3 2.1.2.dev → 2.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.adoc +1 -1
- data/README.adoc +1 -0
- data/lib/asciidoctor-epub3/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e540f1e38644f36b8bc24f3fa7c4a28cfc4dc25dc48e562d896f1b5fe77b983e
|
4
|
+
data.tar.gz: 314426f63b59424041be94e51e7b6831fcf74184818b2bce4617f558b9abc08f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '04955f47c01700eb04acc9360871c1833534867a7e3f8f0358c583ec8c667fd4f2cfc71681f9f8b00087c119ca874661c6e903302fc614393a9b0ee4124cef33'
|
7
|
+
data.tar.gz: 818fe3c95a351fd42dbbfa0e13d6ad94e1ab28ffc616a5c315f61e94e1596cd0d0845ff2fbc829bcba948bcbc687369f59897211609c50de60d7a19d9b2d1117
|
data/CHANGELOG.adoc
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
This document provides a high-level view of the changes to the {project-name} by release.
|
6
6
|
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.
|
7
7
|
|
8
|
-
== 2.1.
|
8
|
+
== 2.1.3 (2024-05-12) - @slonopotamus
|
9
9
|
|
10
10
|
* fix crash when section title contains inline anchor (#472)
|
11
11
|
* fix crash on an SVG image inside table cell (#470)
|
data/README.adoc
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
= {project-name}: A _native_ EPUB3 converter for AsciiDoc
|
2
2
|
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
|
3
|
+
v2.1.3, 2024-05-12
|
3
4
|
:project-name: Asciidoctor EPUB3
|
4
5
|
:project-handle: asciidoctor-epub3
|
5
6
|
:uri-project: https://github.com/asciidoctor/{project-handle}
|