Add changelog and bump version to 0.3.0.

This commit is contained in:
Vincent Driessen 2012-08-05 09:52:51 +02:00
parent 1177caf4bf
commit 5cbc59205a
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
VERSION = '0.2.2'
VERSION = '0.3.0'