Skip to content

Commit

Permalink
Version bump for latest change
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAiken committed Mar 29, 2016
1 parent 1159bf0 commit d645120
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 0.1.0

- Only wrap jobs that are descendants of `ActiveJob::Base` [#3](https://github.com/JustinAiken/active_scheduler/pull/3)

# 0.0.3
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ ThisIsTheClass:
description: "Will call the ThisIsTheClass class"
```
Only classes that are descended from `ActiveJob::Base` will be wrapped

## Credits

- Written by [@JustinAiken](https://www.github.com/JustinAiken)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_scheduler/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveScheduler
VERSION = "0.0.3"
VERSION = "0.1.0"
end

0 comments on commit d645120

Please sign in to comment.