Skip to content

Commit

Permalink
Update changelog and bumb version to v0.2.2
Browse files Browse the repository at this point in the history
+ minor readme change
  • Loading branch information
lekemula committed Jun 23, 2024
1 parent 3f0fc39 commit 6e28d4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Suggest keeping `spec/**/*` in the `exclude` section of `.solargraph.yml` to avoid performance issues (see [commit](https://github.com/lekemula/solargraph-rspec/commit/3f0fc39e59e99bf9430e55c52ecb88650e49315e))
- Fix `let` definitions when do/end keywords overlap with body definition
```ruby
let(:todo) do # "do" keyword overlap
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Or add it to your Gemfile:

```ruby
group :development do
gem 'solargraph'
gem 'solargraph-rspec'
gem 'solargraph', require: false
gem 'solargraph-rspec', require: false
end
```

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.1'
VERSION = '0.2.2'
end
end

0 comments on commit 6e28d4e

Please sign in to comment.