We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e452e commit 8b285d5Copy full SHA for 8b285d5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Next Release
2
3
+## 4.1.2
4
+
5
+* Drop dependency on `mutex_m`. Avoid issues with loading the wrong version before bundler kicks in.
6
7
## 4.1.1
8
9
* Fix a small compatibility issue with Ruby 3.2 causing `Kernel#raise` to not accept a `cause`.
lib/spring/version.rb
@@ -1,3 +1,3 @@
module Spring
- VERSION = "4.1.1"
+ VERSION = "4.1.2"
end
0 commit comments