Commit
4a27739e17dbb5f675d134cd43d1fa594fc49e64
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.4 |
| |
2
| + |
| |
3
| +- added multiple groups |
| |
4
| +- added order |
| |
5
| +- subsequent methods no longer modify relation |
| |
6
| + |
1
| # 2.0.3 |
7
| # 2.0.3 |
2
| |
8
| |
3
| - implemented respond_to? |
9
| - implemented respond_to? |
1
| module Groupdate |
1
| module Groupdate |
2
| - VERSION = "2.0.3" |
2
| + VERSION = "2.0.4" |
3
| end |
3
| end |