Skip to content

Commit

Permalink
v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
domingo2000 committed Aug 31, 2024
1 parent 8ce1473 commit aa36537
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## [Unreleased]
## [0.4.6] - 2024-08-31
- Updated Ruby LSP version to 0.17.17
## [0.4.5] - 2024-07-12
- Relaxed dotenv version to be more compatible with dotenv older than 3.0
## [0.4.4] - 2024-07-12
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ruby-lsp-shoulda-context (0.4.5)
ruby-lsp-shoulda-context (0.4.6)
dotenv (>= 2.7.6, < 4.0)
ruby-lsp (~> 0.17.17, >= 0.17.17)

Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_lsp/shoulda_context/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

module RubyLsp
module ShouldaContext
VERSION = "0.4.5"
VERSION = "0.4.6"
end
end

0 comments on commit aa36537

Please sign in to comment.