diff --git a/CHANGES.md b/CHANGES.md index 7e1af3d..cc4e75c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ ### 0.3.0 -(not released) +(August 5th, 2012) + +- Reliability improvements + + - Warm shutdown now exits immediately when Ctrl+C is pressed and worker is idle + - Worker does not leak worker registrations anymore when stopped gracefully - `.enqueue()` does not consume the `timeout` kwarg anymore. Instead, to pass RQ a timeout value while enqueueing a function, use the explicit invocation diff --git a/rq/version.py b/rq/version.py index ace1dd7..d325e71 100644 --- a/rq/version.py +++ b/rq/version.py @@ -1 +1 @@ -VERSION = '0.2.2' +VERSION = '0.3.0'