Skip to content

Commit 42f389d

Browse files
committed
Version 5.0.1
1 parent 3081c6b commit 42f389d

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.1
4+
5+
* Rescue `LoadError` when failing to load `erb/escape`
6+
37
## 5.0.0
48

59
* Bump `required_ruby_version` to Ruby 3.2+ [#60](https://github.com/ruby/erb/pull/60)

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.0'
3+
VERSION = '5.0.1'
44
end

0 commit comments

Comments
 (0)