We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77fbbfb commit d33feffCopy full SHA for d33feff
CHANGELOG.md
@@ -1,10 +1,12 @@
1
## Next Release
2
3
+## 4.1.1
4
+
5
* Fix a small compatibility issue with Ruby 3.2 causing `Kernel#raise` to not accept a `cause`.
6
7
## 4.1.0
8
-* * 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.
10
* Fix rails db:system:change command failure issue.
11
* Defer digest loading.
12
* Add support for `SPRING_QUIET` environment variable.
lib/spring/version.rb
@@ -1,3 +1,3 @@
module Spring
- VERSION = "4.1.0"
+ VERSION = "4.1.1"
end
0 commit comments