Skip to content

v0.5.3

Compare
Choose a tag to compare
@alphapapa alphapapa released this 15 Apr 22:41
· 133 commits to master since this release
v0.5.3

0.5.3

Fixes

  • Move new slot in plz-queue struct to end to prevent invalid byte-compiler expansions for already-compiled applications (which would require them to be recompiled after upgrading plz).

0.5.2

Fixes

  • When clearing a queue, only call plz-queue’s finally function when specified.

0.5.1

Fixes

  • Only call plz-queue’s finally function when specified. (Thanks to Dan Oriani for reporting.)

0.5

Additions

  • Struct plz-queue’s finally slot, a function called when the queue is finished.