Skip to content

Commit

Permalink
Release version 0.3.0...
Browse files Browse the repository at this point in the history
- Bump version
- Update README with more credits
- Update changelog
  • Loading branch information
JustinAiken committed Aug 2, 2016
1 parent 3722c99 commit c57bff2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Next
# 0.3.0

- :boom: :gem:active_support:gem: dependency
- :boom: active_support dependency
- Updated testing matrix for more rubies 💎💎💎
- Support named args [#6](https://github.com/JustinAiken/active_scheduler/pull/6) (Thanks @jdguzman)

# 0.2.0

- Deprecate `arguments` in favor of `args` [#5](https://github.com/JustinAiken/active_scheduler/pull/5)
- Deprecate `arguments` in favor of `args` [#5](https://github.com/JustinAiken/active_scheduler/pull/5) (Thanks @ximus)

# 0.1.0

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

# 0.0.3

- Use schedule name as class name if unspecified [#1](https://github.com/JustinAiken/active_scheduler/pull/1) (Thanks @jeremycrosbie)
6 changes: 5 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ simple_job:

- Written by [@JustinAiken](https://www.github.com/JustinAiken)
- Wrapper class idea by [@ryanwjackson](https://www.github.com/ryanwjackson)
- Special thanks to [Rocketmade](http://www.rocketmade.com/) for development resources.
- Special thanks to [Rocketmade](https://www.rocketmade.com/) for development resources.
- Other Contributors:
- @jeremycrosbie
- @ximus
- @jdguzman

## License

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.2.0"
VERSION = "0.3.0"
end

0 comments on commit c57bff2

Please sign in to comment.