Skip to content

Commit 1d6c712

Browse files
committed
Prepare to 3.1.1
1 parent cb6aeb4 commit 1d6c712

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Next Release
22

3+
## 3.1.1
4+
5+
* Fix compatibility issues with code that raises exceptions with frozen backtraces.
6+
* Better support Ruby 3.0.
7+
38
## 3.1.0
49

510
* Fix bug which makes rails consoles to hang at exit when multiple of them are open (#647).

lib/spring/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Spring
2-
VERSION = "3.1.0"
2+
VERSION = "3.1.1"
33
end

0 commit comments

Comments
 (0)