Skip to content

Commit 87aed50

Browse files
committed
3.7.0 release
1 parent ab23c49 commit 87aed50

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
## [HEAD][] / unreleased
99

10+
* No significant changes.
11+
12+
## [3.7.0][] / 2020-01-02
13+
1014
* Add and test support for Rails 6.0. This also drops explicit testing of Rails
1115
5.0 and 5.1 as they are no longer officially maintained.
1216

@@ -188,4 +192,5 @@
188192
[3.6.2]: https://github.com/envylabs/rapporteur/compare/v3.6.1...v3.6.2
189193
[3.6.3]: https://github.com/envylabs/rapporteur/compare/v3.6.2...v3.6.3
190194
[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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rapporteur (3.6.4)
4+
rapporteur (3.7.0)
55
i18n (>= 0.6, < 2)
66

77
GEM

lib/rapporteur/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Rapporteur
4-
VERSION = '3.6.4'
4+
VERSION = '3.7.0'
55
end

0 commit comments

Comments
 (0)