Skip to content

Commit e5fc6b2

Browse files
committed
Release 4.3.0
1 parent 1821287 commit e5fc6b2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 4.3.0
4+
35
* Fix reloading issue in Ruby 3.3.
6+
* Fixed compatibility with `--enable-frozen-string-literal`.
7+
* Add embeded engines to default reload matcher.
48

59
## 4.2.1
610

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 = "4.2.1"
2+
VERSION = "4.3.0"
33
end

0 commit comments

Comments
 (0)