Skip to content

Commit

Permalink
Merge pull request #1103 from robertpanzer/release-2.5.5
Browse files Browse the repository at this point in the history
Release 2.5.5
  • Loading branch information
robertpanzer committed Jul 26, 2022
2 parents 1882974 + 3464f17 commit 5add9cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.adoc
Expand Up @@ -13,6 +13,12 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co

== Unreleased

== 2.5.4 (2022-07-26)

Improvement::

* Upgrade to Rouge 3.29.0 (#1103)

Bug Fixes::

* Cell nodes do not inherit from StructuralNode (#1086) (@rahmanusta)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -82,7 +82,7 @@ ext {
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.17'
asciimathGemVersion = '2.0.3'
coderayGemVersion = '1.1.3'
rougeGemVersion = '3.28.0'
rougeGemVersion = '3.29.0'

codenarcVersion = '2.1.0'
groovyVersion = '2.4.21'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,2 +1,2 @@
version=2.5.5-SNAPSHOT
version=2.5.5
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m

0 comments on commit 5add9cd

Please sign in to comment.