Skip to content

Commit c57bff2

Browse files
committed
Release version 0.3.0...
- Bump version - Update README with more credits - Update changelog
1 parent 3722c99 commit c57bff2

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.markdown

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
# Next
1+
# 0.3.0
22

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

57
# 0.2.0
68

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

911
# 0.1.0
1012

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

1315
# 0.0.3
16+
17+
- Use schedule name as class name if unspecified [#1](https://github.com/JustinAiken/active_scheduler/pull/1) (Thanks @jeremycrosbie)

README.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ simple_job:
7878

7979
- Written by [@JustinAiken](https://www.github.com/JustinAiken)
8080
- Wrapper class idea by [@ryanwjackson](https://www.github.com/ryanwjackson)
81-
- Special thanks to [Rocketmade](http://www.rocketmade.com/) for development resources.
81+
- Special thanks to [Rocketmade](https://www.rocketmade.com/) for development resources.
82+
- Other Contributors:
83+
- @jeremycrosbie
84+
- @ximus
85+
- @jdguzman
8286

8387
## License
8488

lib/active_scheduler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveScheduler
2-
VERSION = "0.2.0"
2+
VERSION = "0.3.0"
33
end

0 commit comments

Comments
 (0)