Skip to content

Commit

Permalink
3.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Sep 25, 2020
1 parent b253770 commit d7f350c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

## [HEAD][] / unreleased

* No significant changes.

## [3.7.1][] / 2020-09-25

* Fix a Ruby 2.7 keyword argument deprecation warning in MessageList.

## [3.7.0][] / 2020-01-02
Expand Down Expand Up @@ -193,4 +197,5 @@
[3.6.3]: https://github.com/envylabs/rapporteur/compare/v3.6.2...v3.6.3
[3.6.4]: https://github.com/envylabs/rapporteur/compare/v3.6.3...v3.6.4
[3.7.0]: https://github.com/envylabs/rapporteur/compare/v3.6.4...v3.7.0
[HEAD]: https://github.com/envylabs/rapporteur/compare/v3.7.0...master
[3.7.1]: https://github.com/envylabs/rapporteur/compare/v3.7.0...v3.7.1
[HEAD]: https://github.com/envylabs/rapporteur/compare/v3.7.1...master
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rapporteur (3.7.0)
rapporteur (3.7.1)
i18n (>= 0.6, < 2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/rapporteur/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Rapporteur
VERSION = '3.7.0'
VERSION = '3.7.1'
end

0 comments on commit d7f350c

Please sign in to comment.