Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualstaticvoid committed Jun 25, 2015
1 parent c7b3d78 commit 56c6113
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
v0.0.16 - 25 Jun 2015
---
Added ability to enqueue the creation of processes; added a new worker, `CreateProcessWorker`
Added support for instrumentation
Improvements to error handling
Bug fix for the persistence of the `queue` attribute for `Process` and `Task`
Code clean up and additional specs added

v0.0.15 - 28 May 2015
---
Added ability to specify the queue to use when enqueing processes, tasks and jobs
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
taskinator (0.0.15)
taskinator (0.0.16)
connection_pool (>= 2.2.0)
json (>= 1.8.2)
redis (>= 3.2.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/taskinator/version.rb
@@ -1,3 +1,3 @@
module Taskinator
VERSION = "0.0.15"
VERSION = "0.0.16"
end

0 comments on commit 56c6113

Please sign in to comment.