Skip to content

Commit

Permalink
Tagging 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Nov 19, 2020
1 parent c8a7d49 commit 7570351
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[1.5.2]
- Add methods to cancel queued and running futures without sending skip event
- Add method to skip queued futures

[1.5.1]
- Only allow currently executing scripts to finish during shutdown. Any other queued scripts will be skipped.
- Add methods to cancel queued and running futures without sending skip event
- Add method to skip queued futures

[1.5.0]
- Add support for script execution prioritization
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subprojects {
apply plugin: "maven"

group = 'org.mini2Dx'
version = '1.5.1-SNAPSHOT'
version = '1.5.1'

repositories {
mavenLocal()
Expand Down

0 comments on commit 7570351

Please sign in to comment.