Skip to content

Commit 96214e4

Browse files
authored
Merge pull request #13 from sasamuku/publish_0.2.0
publish 0.2.0
2 parents b064195 + 37c452e commit 96214e4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

3+
## [0.2.0] - 2024-12-31
4+
5+
- Refactor to use prism parser
6+
37
## [0.1.6] - 2024-03-25
48

59
- Fix SyntaxError
@@ -28,4 +32,3 @@
2832
## [0.1.0] - 2024-03-07
2933

3034
- Initial release
31-

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rspec_tree (0.1.6)
4+
rspec_tree (0.2.0)
55
thor
66

77
GEM

lib/rspec_tree/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
module RspecTree
4-
VERSION = "0.1.6"
4+
VERSION = "0.2.0"
55
end

0 commit comments

Comments
 (0)