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 1821287 commit e5fc6b2Copy full SHA for e5fc6b2
CHANGELOG.md
@@ -1,6 +1,10 @@
1
## Next Release
2
3
+## 4.3.0
4
+
5
* Fix reloading issue in Ruby 3.3.
6
+* Fixed compatibility with `--enable-frozen-string-literal`.
7
+* Add embeded engines to default reload matcher.
8
9
## 4.2.1
10
lib/spring/version.rb
@@ -1,3 +1,3 @@
module Spring
- VERSION = "4.2.1"
+ VERSION = "4.3.0"
end
0 commit comments