Skip to content

Commit 8626c82

Browse files
committed
Version 6.0.2
1 parent 3d4dc31 commit 8626c82

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 6.0.2
4+
5+
* Freeze `src` in `ERB#initialize` for Ractor compatibility
6+
37
## 6.0.1
48

59
* Freeze `ERB::Compiler::TrimScanner::ERB_STAG` for Ractor compatibility

lib/erb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
class ERB
33
# The string \ERB version.
4-
VERSION = '6.0.1'
4+
VERSION = '6.0.2'
55
end

0 commit comments

Comments
 (0)