We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6a2c9 commit daa0e87Copy full SHA for daa0e87
NEWS.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 5.1.2
4
+
5
+* Add `changelog_uri` to spec metadata https://github.com/ruby/erb/pull/89
6
7
## 5.1.1
8
9
* Fix integer overflow that is introduced at v5.1.0
lib/erb/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class ERB
# The string \ERB version.
- VERSION = '5.1.1'
+ VERSION = '5.1.2'
end
0 commit comments