Commit
3d846594a0355b3053c6b8c3015c85b01ece852e
Exists in
master
and in
17 other branches
auto_calculations, count_method, cumulative_sum, date, debug_time_zone_support, dynamic_grouping, group_calc, infinite_loop_fix, jruby, mysql_adapter, parallel_tests, rails5, select, sqlite, to_now, travis_sqlite, v2
Version bump
| |
1
| +# 2.0.1 |
| |
2
| + |
| |
3
| +- Use time zone instead of UTC for results |
| |
4
| + |
1
| # 2.0.0 |
5
| # 2.0.0 |
2
| |
6
| |
3
| - Returns entire series by default |
7
| - Returns entire series by default |
1
| module Groupdate |
1
| module Groupdate |
2
| - VERSION = "2.0.0" |
2
| + VERSION = "2.0.1" |
3
| end |
3
| end |