Skip to content

Commit d33feff

Browse files
committedJan 9, 2023
Prepare for 4.1.1
1 parent 77fbbfb commit d33feff

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎CHANGELOG.md

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

3+
## 4.1.1
4+
35
* Fix a small compatibility issue with Ruby 3.2 causing `Kernel#raise` to not accept a `cause`.
46

57
## 4.1.0
68

7-
* * Fix bug which makes commands to freeze when the Rails application is writing to STDERR.
9+
* Fix bug which makes commands to freeze when the Rails application is writing to STDERR.
810
* Fix rails db:system:change command failure issue.
911
* Defer digest loading.
1012
* Add support for `SPRING_QUIET` environment variable.

‎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.0"
2+
VERSION = "4.1.1"
33
end

0 commit comments

Comments
 (0)
Failed to load comments.