Skip to content

Commit 42d9896

Browse files
committedSep 21, 2022
Prepare for 4.1.0
1 parent 39cb7af commit 42d9896

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

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

3+
## 4.1.0
4+
5+
* * Fix bug which makes commands to freeze when the Rails application is writing to STDERR.
6+
* Fix rails db:system:change command failure issue.
7+
* Defer digest loading.
38
* Add support for `SPRING_QUIET` environment variable.
49

510
## 4.0.0

‎lib/spring/version.rb

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

0 commit comments

Comments
 (0)
Failed to load comments.