Skip to content

Commit

Permalink
Update changelog and bumb version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lekemula committed Jul 10, 2024
1 parent 49baac4 commit bb11e5e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Added `example_methods` as a configuration option to add your own example methods

Add here...

## v0.3.0 - 2024-07-10

### Added

- Added `example_methods` as a configuration option to add your own example methods. (thanks to [@mskog](https://github.com/mskog) - first code contributor 🎉)

## v0.2.2 - 2024-06-23

### Fixed
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.1)
solargraph-rspec (0.3.0)
solargraph (~> 0.49, >= 0.49.0)

GEM
Expand Down Expand Up @@ -31,7 +31,7 @@ GEM
racc (~> 1.4)
optparse (0.5.0)
parallel (1.24.0)
parser (3.3.2.0)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
profile-viewer (0.0.2)
Expand All @@ -42,19 +42,19 @@ GEM
rake (13.2.1)
rbs (2.8.4)
regexp_parser (2.9.2)
reline (0.5.8)
reline (0.5.9)
io-console (~> 0.5)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.9)
rexml (3.3.1)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
Expand Down Expand Up @@ -101,7 +101,7 @@ GEM
yard (~> 0.9, >= 0.9.24)
strscan (3.1.0)
thor (1.3.1)
tilt (2.3.0)
tilt (2.4.0)
unicode-display_width (2.5.0)
webrick (1.8.1)
yard (0.9.36)
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.2'
VERSION = '0.3.0'
end
end

0 comments on commit bb11e5e

Please sign in to comment.