Skip to content

Commit 6519576

Browse files
authored
Merge pull request #1176 from robertpanzer/release-2.5.8
Release 2.5.8
2 parents a7b12ea + 71b2523 commit 6519576

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co
1313

1414
== Unreleased
1515

16+
== 2.5.8 (2023-04-15)
17+
1618
Improvement::
1719

1820
* Add 'standalone' option, deprecates 'headerFooter' (#1160) (@abelsromero)
@@ -21,6 +23,7 @@ Improvement::
2123
Bug Fixes::
2224

2325
* Fix destinationDir not having effect. Deprecate destinationDir in favour of toDir (#853, #941) (@abelsromero)
26+
* Fix ConcurrentModificationException when converting to stream concurrently (#1158) (@rocketraman)
2427

2528
== 2.5.7 (2022-10-21)
2629

@@ -30,9 +33,6 @@ Improvement::
3033
* Upgrade to asciidoctorj-diagram 2.2.4 (#1140)
3134
* Upgrade to jruby 9.3.10.0 (#1138) (@alexlevinfr)
3235

33-
Bug Fixes::
34-
35-
* Fix ConcurrentModificationException when converting to stream concurrently (#1158) (@rocketraman)
3636

3737
Build / Infrastructure::
3838

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=2.5.8-SNAPSHOT
1+
version=2.5.8
22
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m

0 commit comments

Comments
 (0)