File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
## [ HEAD] [ ] / unreleased
9
9
10
+ * No significant changes.
11
+
12
+ ## [ 3.7.0] [ ] / 2020-01-02
13
+
10
14
* Add and test support for Rails 6.0. This also drops explicit testing of Rails
11
15
5.0 and 5.1 as they are no longer officially maintained.
12
16
188
192
[ 3.6.2 ] : https://github.com/envylabs/rapporteur/compare/v3.6.1...v3.6.2
189
193
[ 3.6.3 ] : https://github.com/envylabs/rapporteur/compare/v3.6.2...v3.6.3
190
194
[ 3.6.4 ] : https://github.com/envylabs/rapporteur/compare/v3.6.3...v3.6.4
191
- [ HEAD ] : https://github.com/envylabs/rapporteur/compare/v3.6.4...master
195
+ [ 3.7.0 ] : https://github.com/envylabs/rapporteur/compare/v3.6.4...v3.7.0
196
+ [ HEAD ] : https://github.com/envylabs/rapporteur/compare/v3.7.0...master
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rapporteur (3.6.4 )
4
+ rapporteur (3.7.0 )
5
5
i18n (>= 0.6 , < 2 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Rapporteur
4
- VERSION = '3.6.4 '
4
+ VERSION = '3.7.0 '
5
5
end
You can’t perform that action at this time.
0 commit comments