Skip to content

Commit 8e5dda6

Browse files
committed
3.5.1 release
1 parent 5462dbe commit 8e5dda6

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

CHANGELOG.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
## [HEAD][] / unreleased
1010

11+
* No significant changes.
12+
13+
## [3.5.1][] / 2016-02-08
14+
1115
* Fix automatic Rapporteur mount detection logic under Rails 4.0 and 4.1. The
1216
mapper constraints used in 4.2 were not used in 4.0 and 4.1, causing a method
1317
reference error. See #15, thanks to [sshaw][].
@@ -137,17 +141,18 @@
137141
[lsylvester]: https://github.com/lsylvester
138142
[sshaw]: https://github.com/sshaw
139143

140-
[HEAD]: https://github.com/envylabs/rapporteur/compare/v3.5.0...master
141-
[3.5.0]: https://github.com/envylabs/rapporteur/compare/v3.4.0...v3.5.0
142-
[3.4.0]: https://github.com/envylabs/rapporteur/compare/v3.3.0...v3.4.0
143-
[3.3.0]: https://github.com/envylabs/rapporteur/compare/v3.2.0...v3.3.0
144-
[3.2.0]: https://github.com/envylabs/rapporteur/compare/v3.1.0...v3.2.0
145-
[3.1.0]: https://github.com/envylabs/rapporteur/compare/v3.0.2...v3.1.0
146-
[3.0.2]: https://github.com/envylabs/rapporteur/compare/v3.0.1...v3.0.2
147-
[3.0.1]: https://github.com/envylabs/rapporteur/compare/v3.0.0...v3.0.1
148-
[3.0.0]: https://github.com/envylabs/rapporteur/compare/v2.1.0...v3.0.0
149-
[2.1.0]: https://github.com/envylabs/rapporteur/compare/v2.0.1...v2.1.0
150-
[2.0.1]: https://github.com/envylabs/rapporteur/compare/v2.0.0...v2.0.1
151-
[2.0.0]: https://github.com/envylabs/rapporteur/compare/v1.1.0...v2.0.0
152-
[1.1.0]: https://github.com/envylabs/rapporteur/compare/v1.0.1...v1.1.0
153144
[1.0.1]: https://github.com/envylabs/rapporteur/compare/v1.0.0...v1.0.1
145+
[1.1.0]: https://github.com/envylabs/rapporteur/compare/v1.0.1...v1.1.0
146+
[2.0.0]: https://github.com/envylabs/rapporteur/compare/v1.1.0...v2.0.0
147+
[2.0.1]: https://github.com/envylabs/rapporteur/compare/v2.0.0...v2.0.1
148+
[2.1.0]: https://github.com/envylabs/rapporteur/compare/v2.0.1...v2.1.0
149+
[3.0.0]: https://github.com/envylabs/rapporteur/compare/v2.1.0...v3.0.0
150+
[3.0.1]: https://github.com/envylabs/rapporteur/compare/v3.0.0...v3.0.1
151+
[3.0.2]: https://github.com/envylabs/rapporteur/compare/v3.0.1...v3.0.2
152+
[3.1.0]: https://github.com/envylabs/rapporteur/compare/v3.0.2...v3.1.0
153+
[3.2.0]: https://github.com/envylabs/rapporteur/compare/v3.1.0...v3.2.0
154+
[3.3.0]: https://github.com/envylabs/rapporteur/compare/v3.2.0...v3.3.0
155+
[3.4.0]: https://github.com/envylabs/rapporteur/compare/v3.3.0...v3.4.0
156+
[3.5.0]: https://github.com/envylabs/rapporteur/compare/v3.4.0...v3.5.0
157+
[3.5.1]: https://github.com/envylabs/rapporteur/compare/v3.5.0...v3.5.1
158+
[HEAD]: https://github.com/envylabs/rapporteur/compare/v3.5.1...master

lib/rapporteur/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Rapporteur
2-
VERSION = "3.5.0".freeze
2+
VERSION = "3.5.1".freeze
33
end

0 commit comments

Comments
 (0)