Skip to content

Commit cf107a5

Browse files
committedApr 9, 2024
Release 4.2.0
1 parent dee2179 commit cf107a5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

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

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+
39
## 4.1.3
410

511
* Bring back `Spring::Watcher::Abstract#synchronize` method to fix compatibility with `spring-watcher-listen`.

‎lib/spring/version.rb

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

0 commit comments

Comments
 (0)
Failed to load comments.