We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa48289 commit 25fdde4Copy full SHA for 25fdde4
2 files changed
NEWS.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 5.1.0
4
+
5
+* html_escape: Avoid buffer allocation for strings with no escapable character https://github.com/ruby/erb/pull/87
6
7
## 5.0.3
8
9
* Update help of erb(1) [#85](https://github.com/ruby/erb/pull/85)
lib/erb/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class ERB
# The string \ERB version.
- VERSION = '5.0.3'
+ VERSION = '5.1.0'
end
0 commit comments