Skip to content

Commit

Permalink
Bump add-on version to v0.1.3
Browse files Browse the repository at this point in the history
Includes a bug fix for crashing when no eligible constants were found
for DSL generation
  • Loading branch information
KaanOzkan committed Feb 20, 2025
1 parent e7641cf commit e0069de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_lsp/tapioca/addon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def name

sig { override.returns(String) }
def version
"0.1.2"
"0.1.3"
end

sig { params(changes: T::Array[{ uri: String, type: Integer }]).void }
Expand Down

0 comments on commit e0069de

Please sign in to comment.