Skip to content

Commit

Permalink
Bump version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lekemula committed Jun 9, 2024
1 parent 9267c66 commit 25f1190
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [0.2.1] - 2024-06-09

### Added

- Documentation for `RSpec::ExampleGroups` DSL methods like `it`, `fit`, `example` etc.

### Fixed

- Fix nameless `subject` method completion inside nested `context` blocks
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
solargraph-rspec (0.2.0)
solargraph-rspec (0.2.1)
solargraph (~> 0.49, >= 0.49.0)

GEM
Expand All @@ -19,7 +19,7 @@ GEM
io-console (0.7.2)
irb (1.6.3)
reline (>= 0.3.0)
jaro_winkler (1.5.6)
jaro_winkler (1.6.0)
json (2.7.2)
kramdown (2.4.0)
rexml
Expand All @@ -31,7 +31,7 @@ GEM
racc (~> 1.4)
optparse (0.5.0)
parallel (1.24.0)
parser (3.3.1.0)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
profile-viewer (0.0.2)
Expand All @@ -42,12 +42,12 @@ GEM
rake (13.2.1)
rbs (2.8.4)
regexp_parser (2.9.2)
reline (0.5.7)
reline (0.5.8)
io-console (~> 0.5)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.2.9)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
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.2.0'
VERSION = '0.2.1'
end
end

0 comments on commit 25f1190

Please sign in to comment.