From 87c6aece19eb78b423642ef89160c434f9673818 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 11 Feb 2020 01:59:14 -0700 Subject: [PATCH] Release 1.5.0 --- CHANGELOG.adoc | 2 +- README.adoc | 3 ++- lib/asciidoctor/pdf/version.rb | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 2aab7e6d3..2e46f49fc 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 {uri-repo}/commits/master[commit history] on GitHub. -== Unreleased +== 1.5.0 (2020-02-11) - @mojavelinux * support table with multiple head rows & decorate accordingly (#1539) * draw background and border around entire delimited block with wrapped text that appears inside an AsciiDoc table cell (#820) diff --git a/README.adoc b/README.adoc index aec9e57d8..c20311295 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,6 @@ = Asciidoctor PDF: A native PDF converter for AsciiDoc Dan Allen ; Sarah White +v1.5.0, 2020-02-11 // Settings: :experimental: :idprefix: @@ -22,7 +23,7 @@ endif::[] :project-name: Asciidoctor PDF :project-handle: asciidoctor-pdf // Variables: -:release-version: 1.5.0.rc.3 +:release-version: 1.5.0 // URIs: :url-asciidoctor: http://asciidoctor.org :url-gem: http://rubygems.org/gems/asciidoctor-pdf diff --git a/lib/asciidoctor/pdf/version.rb b/lib/asciidoctor/pdf/version.rb index b7b197484..5c9e00fc1 100644 --- a/lib/asciidoctor/pdf/version.rb +++ b/lib/asciidoctor/pdf/version.rb @@ -2,7 +2,7 @@ module Asciidoctor module PDF - VERSION = '1.5.0.dev' + VERSION = '1.5.0' end Pdf = PDF unless const_defined? :Pdf, false end