We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db3a8f commit edf83e9Copy full SHA for edf83e9
2 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 3.1.1 (August 30th, 2017)
2
+
3
+Bugfixes:
4
5
+- Bring back support for ruby 1.9.3 and greater (rubygems 2.0.0 or greater now required) (@patbl, #498)
6
7
+Misc:
8
9
+- Document testing with RSpec (@eliotsykes, #495)
10
11
## 3.1.0 (August 14th, 2017)
12
13
Features:
lib/split/version.rb
@@ -2,6 +2,6 @@
module Split
MAJOR = 3
MINOR = 1
- PATCH = 0
+ PATCH = 1
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments