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.
2 parents b064195 + 37c452e commit 96214e4Copy full SHA for 96214e4
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [Unreleased]
2
3
+## [0.2.0] - 2024-12-31
4
+
5
+- Refactor to use prism parser
6
7
## [0.1.6] - 2024-03-25
8
9
- Fix SyntaxError
@@ -28,4 +32,3 @@
28
32
## [0.1.0] - 2024-03-07
29
33
30
34
- Initial release
31
-
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rspec_tree (0.1.6)
+ rspec_tree (0.2.0)
thor
GEM
lib/rspec_tree/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RspecTree
- VERSION = "0.1.6"
+ VERSION = "0.2.0"
end
0 commit comments