We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee2179 commit cf107a5Copy full SHA for cf107a5
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Next Release
2
3
+## 4.2.0
4
+
5
+* Added `Spring.reset_on_env` to define environment variables which should cause spring to reload when they change.
6
+* Added `Spring.spawn_on_en` to define environment variables that should cause spring to start a distinct server.
7
+* Better handle a case where the server could hang.
8
9
## 4.1.3
10
11
* Bring back `Spring::Watcher::Abstract#synchronize` method to fix compatibility with `spring-watcher-listen`.
lib/spring/version.rb
@@ -1,3 +1,3 @@
module Spring
- VERSION = "4.1.3"
+ VERSION = "4.2.0"
end
0 commit comments