Skip to content

Commit c346e1b

Browse files
committed
Tagging 1.8.1
1 parent a1b33a9 commit c346e1b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[1.8.1]
22
- Fix scripts in same priority group not being ordered by invoke order
3+
- Reduce lock contention in concurrent queue poll and peek
34

45
[1.8.0]
56
- Add methods to get total scripts queued for execution

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ subprojects {
3030
apply plugin: "checkstyle"
3131

3232
group = 'org.mini2Dx'
33-
version = '1.8.0'
33+
version = '1.8.1'
3434

3535
repositories {
3636
mavenLocal()

0 commit comments

Comments
 (0)