Skip to content

Commit

Permalink
Bump version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lekemula committed Jan 28, 2025
1 parent a40b692 commit 316de4d
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
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## v.0.4.1 - 2025-01-28

### Fixed

- (Hot)fix parsing and type inference for solargraph v0.51.x and ruby v3.4.x (008d3ea and 414bc8e)
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:
solargraph-rspec (0.4.0)
solargraph-rspec (0.4.1)
solargraph (~> 0.49, >= 0.49.0)

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

module Solargraph
module Rspec
VERSION = '0.4.0'
VERSION = '0.4.1'
end
end

0 comments on commit 316de4d

Please sign in to comment.