We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6aeb4 commit 1d6c712Copy full SHA for 1d6c712
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Next Release
2
3
+## 3.1.1
4
+
5
+* Fix compatibility issues with code that raises exceptions with frozen backtraces.
6
+* Better support Ruby 3.0.
7
8
## 3.1.0
9
10
* Fix bug which makes rails consoles to hang at exit when multiple of them are open (#647).
lib/spring/version.rb
@@ -1,3 +1,3 @@
module Spring
- VERSION = "3.1.0"
+ VERSION = "3.1.1"
end
0 commit comments