Skip to content

Commit 8b285d5

Browse files
committedNov 14, 2023
Release 4.1.2
1 parent f7e452e commit 8b285d5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

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

3+
## 4.1.2
4+
5+
* Drop dependency on `mutex_m`. Avoid issues with loading the wrong version before bundler kicks in.
6+
37
## 4.1.1
48

59
* Fix a small compatibility issue with Ruby 3.2 causing `Kernel#raise` to not accept a `cause`.

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

0 commit comments

Comments
 (0)
Failed to load comments.