summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Driessen <vincent@3rdcloud.com>2012-08-05 09:52:51 +0200
committerVincent Driessen <vincent@3rdcloud.com>2012-08-05 09:54:09 +0200
commit5cbc59205ac5efbe97a738efb3dc5685089e71e9 (patch)
tree7d364b5d864b572e951485dce08add77cd4bd0b5
parent1177caf4bf5dabbf9dc066b42a55aefec556ca24 (diff)
downloadrq-5cbc59205ac5efbe97a738efb3dc5685089e71e9.tar.gz
Add changelog and bump version to 0.3.0.0.3.0
-rw-r--r--CHANGES.md7
-rw-r--r--rq/version.py2
2 files changed, 7 insertions, 2 deletions
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'