Commit 6847c72 1 parent 58feee8 commit 6847c72 Copy full SHA for 6847c72
File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.1.2] - 2019-05-20
4
+
5
+ ### Fixed
6
+
7
+ + The previous release unintentionally included a ` setup ` script meant for
8
+ development only in the packaged gem. This has been removed.
9
+
3
10
## [ 3.1.1] - 2019-05-13
4
11
5
12
### Fixed
83
90
+ New RootRoute constraint.
84
91
+ Updated README, with new TravisCI url.
85
92
93
+ [ 3.1.2 ] : https://github.com/thoughtbot/high_voltage/compare/v3.1.1...v3.1.2
86
94
[ 3.1.1 ] : https://github.com/thoughtbot/high_voltage/compare/v3.1.0...v3.1.1
87
95
[ 3.1.0 ] : https://github.com/thoughtbot/high_voltage/compare/v3.0.0...v3.1.0
88
96
[ 3.0.0 ] : https://github.com/thoughtbot/high_voltage/compare/v2.4.0...v3.0.0
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- high_voltage (3.1.1 )
4
+ high_voltage (3.1.2 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change 1
1
module HighVoltage
2
- VERSION = "3.1.1 " . freeze
2
+ VERSION = "3.1.2 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments