Skip to content

Commit f0225e8

Browse files
authored
Bump version to 0.3.3 (#23)
Closes #16 Bump version to 0.3.3. This version includes a single breaking change by introducing a new configuration option for all LSPs: `use_bundler`. Setting this configuration option to `true` will instruct Zed to spawn the corresponding LSP in the context of Bundler: `bundle exec <lsp_name>`. ## Changelog: - Use bundler by default when running `solargraph` - Use bundler by default when running `rubocop` The new configuration option `use_bundler` is configured as follows: **Solargraph:** Use Bundler by default. **Rubocop:** Use Bundler by default. **Ruby LSP:** Do not use Bundler by default.
1 parent 8de492b commit f0225e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zed_ruby"
3-
version = "0.2.3"
3+
version = "0.3.3"
44
edition = "2021"
55
publish = false
66
license = "Apache-2.0"

extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id = "ruby"
22
name = "Ruby"
33
description = "Ruby support."
4-
version = "0.2.3"
4+
version = "0.3.3"
55
schema_version = 1
66
authors = ["Vitaly Slobodin <[email protected]>"]
77
repository = "https://github.com/zed-extensions/ruby"

0 commit comments

Comments
 (0)