Skip to content

Commit e8f3e64

Browse files
committed
Version 5.0.2
1 parent fdd45c0 commit e8f3e64

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
# Change Log
22

3+
## 5.0.2
4+
5+
* Declare escape functions as Ractor-safe [#63](https://github.com/ruby/erb/pull/63)
6+
37
## 5.0.1
48

59
* Rescue `LoadError` when failing to load `erb/escape`

lib/erb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
class ERB
3-
VERSION = '5.0.1'
3+
VERSION = '5.0.2'
44
end

0 commit comments

Comments
 (0)