Skip to content

Commit f0735c2

Browse files
committed
v1.0.1
1 parent 4fee734 commit f0735c2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Revision history of the RegexpTrie gem
22

3+
## v1.0.1 - 2018/10/09
4+
5+
* Add `# frozen_string_literal: true` to source files
6+
37
## v1.0.0 - 2016/11/14
48

59
- Add a method to get the union pattern as `String`, not as `Regexp`

lib/regexp_trie/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

33
class RegexpTrie
4-
VERSION = "1.0.0"
4+
VERSION = "1.0.1"
55
end

0 commit comments

Comments
 (0)