Skip to content

Commit 3dc0bb0

Browse files
committed
Version 5.1.1
1 parent 75764f0 commit 3dc0bb0

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.1.1
4+
5+
* Fix integer overflow that is introduced at v5.1.0
6+
37
## 5.1.0
48

59
* html_escape: Avoid buffer allocation for strings with no escapable character https://github.com/ruby/erb/pull/87

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 = '5.1.0'
4+
VERSION = '5.1.1'
55
end

0 commit comments

Comments
 (0)