Skip to content

Commit 9345076

Browse files
committed
Version 6.0.1.1
1 parent dd34ce4 commit 9345076

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.1.1
4+
5+
* Prohibit `def_method` on marshal-loaded ERB instances
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.1.1'
55
end

0 commit comments

Comments
 (0)