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 4fee734 commit f0735c2Copy full SHA for f0735c2
CHANGES.md
@@ -1,5 +1,9 @@
1
Revision history of the RegexpTrie gem
2
3
+## v1.0.1 - 2018/10/09
4
+
5
+* Add `# frozen_string_literal: true` to source files
6
7
## v1.0.0 - 2016/11/14
8
9
- Add a method to get the union pattern as `String`, not as `Regexp`
lib/regexp_trie/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class RegexpTrie
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end
0 commit comments