1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00

Bump to v0.3.3.

This commit is contained in:
Tobias Svensson 2013-07-12 11:26:30 +01:00
parent 0fe223a6af
commit 3f0c28b777
2 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,9 @@
0.4.0
0.3.3
-----
- Rename Sidekiq::Schedulable#tiq to #recurrence.
- Deprecate Sidekiq::Schedulable.tiq in favor of .recurrence.
Sidekiq::Schedulable.tiq will still work until v0.4.0 but log
a deprecation warning.
0.3.2
-----

View file

@ -8,7 +8,7 @@ module Sidetiq
MINOR = 3
# Public: Sidetiq patch level.
PATCH = 2
PATCH = 3
# Public: String representation of the current Sidetiq version.
STRING = [MAJOR, MINOR, PATCH].compact.join('.')