Skip to content

Commit 6f8af20

Browse files
committed
Version 0.7.0
1 parent 0c4ac94 commit 6f8af20

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.7.0
2+
- Remove deprecated Rubyforge reference [#19](https://github.com/JustinAiken/active_scheduler/pull/19) (Thanks @kensentor)
3+
- Implement ActiveScheduler::ResqueWrapper.scheduled [#17](https://github.com/JustinAiken/active_scheduler/pull/17) (Thanks @AMHOL)
4+
15
# 0.6.0
26

37
- Add `persist` option [#15](https://github.com/JustinAiken/active_scheduler/pull/15) (Thanks @SpiffyStores)

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Currently only Resque is supported, but pull requests to add other queues (sidek
1111
- Ruby 2.0+
1212
- ActiveJob
1313
- 4.2 is tested and used in production
14-
- 5.0 is tested against CI, but I haven't tried it in production.
14+
- 5.0-6.0 is tested against CI, but I haven't tried it in production.
1515
- Resque
1616
- Resque Scheduler
1717

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.6.0"
2+
VERSION = "0.7.0"
33
end

0 commit comments

Comments
 (0)