Skip to content

Commit af2de8a

Browse files
committedNov 23, 2021
Prepare to 3.1.0
1 parent caf0168 commit af2de8a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
## Next Release
22

3-
* Fix bug which makes rails consoles to hang at exit when multiple of them are open (#647)
3+
## 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.
410

511
## 3.0.0
612

‎lib/spring/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Spring
2-
VERSION = "3.0.0"
2+
VERSION = "3.1.0"
33
end

0 commit comments

Comments
 (0)
Failed to load comments.