We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf0168 commit af2de8aCopy full SHA for af2de8a
CHANGELOG.md
@@ -1,6 +1,12 @@
1
## Next Release
2
3
-* Fix bug which makes rails consoles to hang at exit when multiple of them are open (#647)
+## 3.1.0
4
+
5
+* Fix bug which makes rails consoles to hang at exit when multiple of them are open (#647).
6
+* Fix support to `gems.rb` file.
7
+* Ensure bundler is required when used.
8
+* Support `rails db:*` tasks.
9
+* Check that app preload was successful before sending a command.
10
11
## 3.0.0
12
lib/spring/version.rb
@@ -1,3 +1,3 @@
module Spring
- VERSION = "3.0.0"
+ VERSION = "3.1.0"
end
0 commit comments