Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 16, 2012
1 parent b4ad79b commit 63c6afd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

0.5.0 / 2012-11-16
==================

* add POST /job to create a job
* fix /job/search hang

0.4.2 / 2012-11-08
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "kue"
, "version": "0.4.2"
, "version": "0.5.0"
, "description": "Feature rich priority job queue backed by redis"
, "keywords": ["job", "queue", "worker", "redis"]
, "author": "TJ Holowaychuk <tj@learnboost.com>"
Expand All @@ -13,4 +13,4 @@
, "reds": "0.1.4"
}
, "main": "index"
}
}

0 comments on commit 63c6afd

Please sign in to comment.