Skip to content

Commit bbde68f

Browse files
committed
Version 6.0.1
1 parent 43f0876 commit bbde68f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.1
4+
5+
* Freeze `ERB::Compiler::TrimScanner::ERB_STAG` for Ractor compatibility
6+
37
## 6.0.0
48

59
* Remove `safe_level` and further positional arguments from `ERB.new`

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.0'
4+
VERSION = '6.0.1'
55
end

0 commit comments

Comments
 (0)