We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cb7af commit 42d9896Copy full SHA for 42d9896
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Next Release
2
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.
8
* Add support for `SPRING_QUIET` environment variable.
9
10
## 4.0.0
lib/spring/version.rb
@@ -1,3 +1,3 @@
module Spring
- VERSION = "4.0.0"
+ VERSION = "4.1.0"
end
0 commit comments