We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v4.0.3
1 parent fe82968 commit 7340eb9Copy full SHA for 7340eb9
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master
4
5
+## v4.0.3 [2023-07-02]
6
+
7
- [Added] Graceful handling of exit signals in the default worker
8
9
## v4.0.2 [2023-06-13]
mix.exs
@@ -2,7 +2,7 @@ defmodule OPQ.Mixfile do
use Mix.Project
@source_url "https://github.com/fredwu/opq"
- @version "4.0.2"
+ @version "4.0.3"
def project do
[
0 commit comments