Skip to content

Commit daa0e87

Browse files
committed
Version 5.1.2
1 parent fa6a2c9 commit daa0e87

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.2
4+
5+
* Add `changelog_uri` to spec metadata https://github.com/ruby/erb/pull/89
6+
37
## 5.1.1
48

59
* Fix integer overflow that is introduced at v5.1.0

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

0 commit comments

Comments
 (0)