Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualstaticvoid committed Jul 11, 2015
1 parent 0a07265 commit c4e3090
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
v0.0.17 - 11 Jul 2015
---
Fixed issue with `Task#each` method, which was causing a Segmentation fault.
Added `define_sequential_process` and `define_concurrent_process` methods for defining processes.
Added `ConsoleInstrumenter` instrumenter implementation.
Required `resque` for console and rake tasks, to make debugging easier

v0.0.16 - 25 Jun 2015
---
Added ability to enqueue the creation of processes; added a new worker, `CreateProcessWorker`
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
taskinator (0.0.16)
taskinator (0.0.17)
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.16"
VERSION = "0.0.17"
end

0 comments on commit c4e3090

Please sign in to comment.