Skip to content

Commit

Permalink
1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Jun 23, 2024
1 parent 710cb6f commit 83b5d19
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## Unreleased

## 1.38.0

* Update minimum Ruby version to 3.0
* @koic backported a line column bug in our LSP
[#635](https://github.com/standardrb/standard/pull/635)
* Implement a basic [Ruby LSP
add-on](https://github.com/Shopify/ruby-lsp/blob/main/ADDONS.md), which means
users would no longer need to install [our custom VS Code
extension](https://marketplace.visualstudio.com/items?itemName=testdouble.vscode-standard-ruby)
[#630](https://github.com/standardrb/standard/pull/630)

## 1.37.0

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:
standard (1.37.0)
standard (1.38.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.64.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/standard/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Standard
VERSION = Gem::Version.new("1.37.0")
VERSION = Gem::Version.new("1.38.0")
end

0 comments on commit 83b5d19

Please sign in to comment.