diff options
| author | Dan Allen <mojavelinux@users.noreply.github.com> | 2022-06-15 00:10:34 +0000 |
|---|---|---|
| committer | Dan Allen <mojavelinux@users.noreply.github.com> | 2022-06-15 00:10:34 +0000 |
| commit | 362a81d7a6d669fbef27ada040b3e58a20a04d61 (patch) | |
| tree | e583ccd174e319edd14e14a69be6a5e23190b3e4 | |
| parent | 9a017fd9f6dcf2e1f441739eb47c08c6dac1eea4 (diff) | |
release 2.1.1 [no ci]v2.1.1
| -rw-r--r-- | CHANGELOG.adoc | 6 | ||||
| -rw-r--r-- | README.adoc | 2 | ||||
| -rw-r--r-- | lib/asciidoctor/pdf/version.rb | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 6e697ca2..c5785eb5 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 {url-repo}/commits/main[commit history] on GitHub. -== Unreleased +== 2.1.1 (2022-06-15) - @mojavelinux Improvements:: @@ -18,6 +18,10 @@ Bug Fixes:: * only draw rounded rectangle around phrase if `border-radius` is > 0 * use `base-border-color` value if border width is set on role for inline phrase but not border color +=== Details + +{url-repo}/releases/tag/v2.1.1[git tag] | {url-repo}/compare/v2.1.0\...v2.1.1[full diff] + == 2.1.0 (2022-06-11) - @mojavelinux Enhancements:: diff --git a/README.adoc b/README.adoc index d90acc3c..d7ef0f4e 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = Asciidoctor PDF: A native PDF converter for AsciiDoc Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]> -v2.1.0, 2022-06-11 +v2.1.1, 2022-06-15 // Settings: :experimental: :idprefix: diff --git a/lib/asciidoctor/pdf/version.rb b/lib/asciidoctor/pdf/version.rb index 125d3758..bfd568e9 100644 --- a/lib/asciidoctor/pdf/version.rb +++ b/lib/asciidoctor/pdf/version.rb @@ -2,6 +2,6 @@ module Asciidoctor module PDF - VERSION = '2.1.0' + VERSION = '2.1.1' end end |
