Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed Jul 19, 2020
1 parent f6b9e7b commit 52a3f54
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[

== Unreleased

== 2.4.0 (2020-07-19)

Improvement::

* Add method StructuralNode.setLevel() (@Mogztter) (#931)
* Upgrade to JRuby 9.2.12.0 removing the last illegal access warnings (#935)
* Upgrade to Asciidoctor EPUB3 1.5.0-alpha.16 (#939)
* Upgrade to Rouge 3.21.0

Build::

Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ ifndef::awestruct[:uri-docs: http://asciidoctor.org/docs]
:uri-repo: https://github.com/asciidoctor/asciidoctorj
:uri-issues: {uri-repo}/issues
:uri-discuss: http://discuss.asciidoctor.org
:artifact-version: 2.2.0
:artifact-version: 2.4.0
:asciidoctorj-epub3-version: 1.5.0-alpha.17
:asciidoctorj-pdf-version: 1.5.3
:jruby-version: 9.2.9.0
:jruby-version: 9.2.12.0
:uri-maven-artifact-query: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.asciidoctor%22%20AND%20a%3A%22asciidoctorj%22%20AND%20v%3A%22{artifact-version}%22
:uri-maven-artifact-detail: http://search.maven.org/#artifactdetails%7Corg.asciidoctor%7Casciidoctorj%7C{artifact-version}%7Cjar
:uri-maven-artifact-file: http://search.maven.org/remotecontent?filepath=org/asciidoctor/asciidoctorj/{artifact-version}/asciidoctorj-{artifact-version}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ext {
// gem versions
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.10'
coderayGemVersion = '1.1.2'
rougeGemVersion = '3.20.0'
rougeGemVersion = '3.21.0'

codenarcVersion = '0.24.1'
groovyVersion = '2.4.13'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.4.0-SNAPSHOT
version=2.4.0
sourceCompatibility=1.8
targetCompatibility=1.8
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m

0 comments on commit 52a3f54

Please sign in to comment.