Skip to content

Releases: bug-ops/deps-lsp

Release v0.9.3

28 Mar 22:42
9f6b374

Choose a tag to compare

What's Changed

  • feat(cargo): add auto-completion for dependency feature names in Cargo.toml by @bug-ops in #83
  • fix(cargo,bundler): remove quotes from format_version_for_text_edit by @bug-ops in #87
  • fix(deps-cargo): omit textEdit in feature completions to avoid cursor corruption by @bug-ops in #90
  • fix(composer): enable preserve_order to fix position tracking for out-of-order packages by @bug-ops in #86
  • fix(deps-bundler): handle wildcard in version_matches_requirement by @bug-ops in #92
  • fix(deps-maven): use field as authoritative latest stable version by @bug-ops in #93
  • release: v0.9.3 by @bug-ops in #96
  • fix(deps-cargo): sort crate search results by downloads by @bug-ops in #97

Full Changelog: v0.9.2...v0.9.3

Installation

Binary Installation

Download the appropriate binary for your platform from the assets below:

  • Linux x86_64: deps-lsp-x86_64-unknown-linux-gnu.tar.gz
  • Linux aarch64: deps-lsp-aarch64-unknown-linux-gnu.tar.gz
  • macOS x86_64: deps-lsp-x86_64-apple-darwin.tar.gz
  • macOS ARM64: deps-lsp-aarch64-apple-darwin.tar.gz
  • Windows x64: deps-lsp-x86_64-pc-windows-msvc.zip
  • Windows ARM64: deps-lsp-aarch64-pc-windows-msvc.zip

Extract and add to your PATH:

# Linux/macOS
tar xzf deps-lsp-*.tar.gz
sudo mv deps-lsp /usr/local/bin/

# Verify installation
deps-lsp --version

Cargo Installation

cargo install deps-lsp

Zed Extension

The Zed extension will automatically download the appropriate binary from this release.

Checksums

SHA256 checksums are available for all artifacts (.sha256 files).

Release v0.9.2

21 Mar 21:13

Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

Installation

Binary Installation

Download the appropriate binary for your platform from the assets below:

  • Linux x86_64: deps-lsp-x86_64-unknown-linux-gnu.tar.gz
  • Linux aarch64: deps-lsp-aarch64-unknown-linux-gnu.tar.gz
  • macOS x86_64: deps-lsp-x86_64-apple-darwin.tar.gz
  • macOS ARM64: deps-lsp-aarch64-apple-darwin.tar.gz
  • Windows x64: deps-lsp-x86_64-pc-windows-msvc.zip
  • Windows ARM64: deps-lsp-aarch64-pc-windows-msvc.zip

Extract and add to your PATH:

# Linux/macOS
tar xzf deps-lsp-*.tar.gz
sudo mv deps-lsp /usr/local/bin/

# Verify installation
deps-lsp --version

Cargo Installation

cargo install deps-lsp

Zed Extension

The Zed extension will automatically download the appropriate binary from this release.

Checksums

SHA256 checksums are available for all artifacts (.sha256 files).

Release v0.9.1

04 Mar 20:20
a164ca7

Choose a tag to compare

What's Changed

  • fix(deps): update aws-lc-sys to 0.38.0 for security fixes by @bug-ops in #77
  • release: prepare v0.9.1 by @bug-ops in #78

Full Changelog: v0.9.0...v0.9.1

Installation

Binary Installation

Download the appropriate binary for your platform from the assets below:

  • Linux x86_64: deps-lsp-x86_64-unknown-linux-gnu.tar.gz
  • Linux aarch64: deps-lsp-aarch64-unknown-linux-gnu.tar.gz
  • macOS x86_64: deps-lsp-x86_64-apple-darwin.tar.gz
  • macOS ARM64: deps-lsp-aarch64-apple-darwin.tar.gz
  • Windows x64: deps-lsp-x86_64-pc-windows-msvc.zip
  • Windows ARM64: deps-lsp-aarch64-pc-windows-msvc.zip

Extract and add to your PATH:

# Linux/macOS
tar xzf deps-lsp-*.tar.gz
sudo mv deps-lsp /usr/local/bin/

# Verify installation
deps-lsp --version

Cargo Installation

cargo install deps-lsp

Zed Extension

The Zed extension will automatically download the appropriate binary from this release.

Checksums

SHA256 checksums are available for all artifacts (.sha256 files).

Release v0.9.0

23 Feb 19:48
9b3530a

Choose a tag to compare

What's Changed

  • feat(swift): add Swift Package Manager ecosystem support by @bug-ops in #74
  • feat(composer): add PHP/Composer ecosystem support by @bug-ops in #75
  • release: prepare v0.9.0 by @bug-ops in #76

Full Changelog: v0.8.0...v0.9.0

Installation

Binary Installation

Download the appropriate binary for your platform from the assets below:

  • Linux x86_64: deps-lsp-x86_64-unknown-linux-gnu.tar.gz
  • Linux aarch64: deps-lsp-aarch64-unknown-linux-gnu.tar.gz
  • macOS x86_64: deps-lsp-x86_64-apple-darwin.tar.gz
  • macOS ARM64: deps-lsp-aarch64-apple-darwin.tar.gz
  • Windows x64: deps-lsp-x86_64-pc-windows-msvc.zip
  • Windows ARM64: deps-lsp-aarch64-pc-windows-msvc.zip

Extract and add to your PATH:

# Linux/macOS
tar xzf deps-lsp-*.tar.gz
sudo mv deps-lsp /usr/local/bin/

# Verify installation
deps-lsp --version

Cargo Installation

cargo install deps-lsp

Zed Extension

The Zed extension will automatically download the appropriate binary from this release.

Checksums

SHA256 checksums are available for all artifacts (.sha256 files).

Release v0.8.0

23 Feb 04:13
5aae3b2

Choose a tag to compare

What's Changed

  • feat(gradle): add Gradle ecosystem support by @bug-ops in #64
  • feat(gradle): add Gradle ecosystem with toml-span catalog parser by @bug-ops in #66
  • feat(gradle): add variable resolution and settings.gradle parsing by @bug-ops in #67
  • refactor: migrate deps-cargo and deps-pypi from toml_edit to toml-span by @bug-ops in #69
  • refactor(core): remove legacy traits, add Ecosystem defaults, replace async_trait by @bug-ops in #70
  • refactor(core): consolidate complete_package_names, seal Ecosystem, remove once_cell by @bug-ops in #71
  • feat(maven): add Gradle Plugin Portal as fallback repository by @bug-ops in #72
  • release: v0.8.0 by @bug-ops in #73

Full Changelog: v0.7.1...v0.8.0

Installation

Binary Installation

Download the appropriate binary for your platform from the assets below:

  • Linux x86_64: deps-lsp-x86_64-unknown-linux-gnu.tar.gz
  • Linux aarch64: deps-lsp-aarch64-unknown-linux-gnu.tar.gz
  • macOS x86_64: deps-lsp-x86_64-apple-darwin.tar.gz
  • macOS ARM64: deps-lsp-aarch64-apple-darwin.tar.gz
  • Windows x64: deps-lsp-x86_64-pc-windows-msvc.zip
  • Windows ARM64: deps-lsp-aarch64-pc-windows-msvc.zip

Extract and add to your PATH:

# Linux/macOS
tar xzf deps-lsp-*.tar.gz
sudo mv deps-lsp /usr/local/bin/

# Verify installation
deps-lsp --version

Cargo Installation

cargo install deps-lsp

Zed Extension

The Zed extension will automatically download the appropriate binary from this release.

Checksums

SHA256 checksums are available for all artifacts (.sha256 files).

Release v0.7.1

22 Feb 17:42
c7dff9d

Choose a tag to compare

What's Changed

  • feat(maven): add Maven/pom.xml ecosystem support by @bug-ops in #61
  • fix(maven): property resolution, DashMap deadlock, progress improvements by @bug-ops in #62
  • release: prepare v0.7.1 by @bug-ops in #63

Full Changelog: v0.7.0...v0.7.1

Installation

Binary Installation

Download the appropriate binary for your platform from the assets below:

  • Linux x86_64: deps-lsp-x86_64-unknown-linux-gnu.tar.gz
  • Linux aarch64: deps-lsp-aarch64-unknown-linux-gnu.tar.gz
  • macOS x86_64: deps-lsp-x86_64-apple-darwin.tar.gz
  • macOS ARM64: deps-lsp-aarch64-apple-darwin.tar.gz
  • Windows x64: deps-lsp-x86_64-pc-windows-msvc.zip
  • Windows ARM64: deps-lsp-aarch64-pc-windows-msvc.zip

Extract and add to your PATH:

# Linux/macOS
tar xzf deps-lsp-*.tar.gz
sudo mv deps-lsp /usr/local/bin/

# Verify installation
deps-lsp --version

Cargo Installation

cargo install deps-lsp

Zed Extension

The Zed extension will automatically download the appropriate binary from this release.

Checksums

SHA256 checksums are available for all artifacts (.sha256 files).

Release v0.7.0

16 Feb 16:34
a6208ed

Choose a tag to compare

What's Changed

  • feat(dart): add Dart/Pub ecosystem support by @bug-ops in #57
  • fix(cargo): handle multi-byte chars in name range search by @bug-ops in #58
  • fix(cargo,dart): handle multi-byte chars and wildcard version matching by @bug-ops in #59
  • release: v0.7.0 by @bug-ops in #60

Full Changelog: v0.6.1...v0.7.0

Installation

Binary Installation

Download the appropriate binary for your platform from the assets below:

  • Linux x86_64: deps-lsp-x86_64-unknown-linux-gnu.tar.gz
  • Linux aarch64: deps-lsp-aarch64-unknown-linux-gnu.tar.gz
  • macOS x86_64: deps-lsp-x86_64-apple-darwin.tar.gz
  • macOS ARM64: deps-lsp-aarch64-apple-darwin.tar.gz
  • Windows x64: deps-lsp-x86_64-pc-windows-msvc.zip
  • Windows ARM64: deps-lsp-aarch64-pc-windows-msvc.zip

Extract and add to your PATH:

# Linux/macOS
tar xzf deps-lsp-*.tar.gz
sudo mv deps-lsp /usr/local/bin/

# Verify installation
deps-lsp --version

Cargo Installation

cargo install deps-lsp

Zed Extension

The Zed extension will automatically download the appropriate binary from this release.

Checksums

SHA256 checksums are available for all artifacts (.sha256 files).

Release v0.6.1

16 Feb 13:41
0248f0d

Choose a tag to compare

What's Changed

  • chore(deps): bump bytes from 1.11.0 to 1.11.1 by @dependabot[bot] in #55
  • fix(core): resolve highest version when multiple versions exist in lock file by @bug-ops in #56

New Contributors

Full Changelog: v0.6.0...v0.6.1

Installation

Binary Installation

Download the appropriate binary for your platform from the assets below:

  • Linux x86_64: deps-lsp-x86_64-unknown-linux-gnu.tar.gz
  • Linux aarch64: deps-lsp-aarch64-unknown-linux-gnu.tar.gz
  • macOS x86_64: deps-lsp-x86_64-apple-darwin.tar.gz
  • macOS ARM64: deps-lsp-aarch64-apple-darwin.tar.gz
  • Windows x64: deps-lsp-x86_64-pc-windows-msvc.zip
  • Windows ARM64: deps-lsp-aarch64-pc-windows-msvc.zip

Extract and add to your PATH:

# Linux/macOS
tar xzf deps-lsp-*.tar.gz
sudo mv deps-lsp /usr/local/bin/

# Verify installation
deps-lsp --version

Cargo Installation

cargo install deps-lsp

Zed Extension

The Zed extension will automatically download the appropriate binary from this release.

Checksums

SHA256 checksums are available for all artifacts (.sha256 files).

Release v0.6.0

03 Feb 14:52
622b80f

Choose a tag to compare

What's Changed

  • feat(bundler): add Ruby/Bundler ecosystem support by @bug-ops in #54

Full Changelog: v0.5.5...v0.6.0

Installation

Binary Installation

Download the appropriate binary for your platform from the assets below:

  • Linux x86_64: deps-lsp-x86_64-unknown-linux-gnu.tar.gz
  • Linux aarch64: deps-lsp-aarch64-unknown-linux-gnu.tar.gz
  • macOS x86_64: deps-lsp-x86_64-apple-darwin.tar.gz
  • macOS ARM64: deps-lsp-aarch64-apple-darwin.tar.gz
  • Windows x64: deps-lsp-x86_64-pc-windows-msvc.zip
  • Windows ARM64: deps-lsp-aarch64-pc-windows-msvc.zip

Extract and add to your PATH:

# Linux/macOS
tar xzf deps-lsp-*.tar.gz
sudo mv deps-lsp /usr/local/bin/

# Verify installation
deps-lsp --version

Cargo Installation

cargo install deps-lsp

Zed Extension

The Zed extension will automatically download the appropriate binary from this release.

Checksums

SHA256 checksums are available for all artifacts (.sha256 files).

What's Changed

  • feat(bundler): add Ruby/Bundler ecosystem support by @bug-ops in #54

Full Changelog: v0.5.5...v0.6.0

What's Changed

  • feat(bundler): add Ruby/Bundler ecosystem support by @bug-ops in #54

Full Changelog: v0.5.5...v0.6.0

Installation

Binary Installation

Download the appropriate binary for your platform from the assets below:

  • Linux x86_64: deps-lsp-x86_64-unknown-linux-gnu.tar.gz
  • Linux aarch64: deps-lsp-aarch64-unknown-linux-gnu.tar.gz
  • macOS x86_64: deps-lsp-x86_64-apple-darwin.tar.gz
  • macOS ARM64: deps-lsp-aarch64-apple-darwin.tar.gz
  • Windows x64: deps-lsp-x86_64-pc-windows-msvc.zip
  • Windows ARM64: deps-lsp-aarch64-pc-windows-msvc.zip

Extract and add to your PATH:

# Linux/macOS
tar xzf deps-lsp-*.tar.gz
sudo mv deps-lsp /usr/local/bin/

# Verify installation
deps-lsp --version

Cargo Installation

cargo install deps-lsp

Zed Extension

The Zed extension will automatically download the appropriate binary from this release.

Checksums

SHA256 checksums are available for all artifacts (.sha256 files).

Installation

Binary Installation

Download the appropriate binary for your platform from the assets below:

  • Linux x86_64: deps-lsp-x86_64-unknown-linux-gnu.tar.gz
  • Linux aarch64: deps-lsp-aarch64-unknown-linux-gnu.tar.gz
  • macOS x86_64: deps-lsp-x86_64-apple-darwin.tar.gz
  • macOS ARM64: deps-lsp-aarch64-apple-darwin.tar.gz
  • Windows x64: deps-lsp-x86_64-pc-windows-msvc.zip
  • Windows ARM64: deps-lsp-aarch64-pc-windows-msvc.zip

Extract and add to your PATH:

# Linux/macOS
tar xzf deps-lsp-*.tar.gz
sudo mv deps-lsp /usr/local/bin/

# Verify installation
deps-lsp --version

Cargo Installation

cargo install deps-lsp

Zed Extension

The Zed extension will automatically download the appropriate binary from this release.

Checksums

SHA256 checksums are available for all artifacts (.sha256 files).

Release v0.5.5

27 Jan 11:48
37f78f3

Choose a tag to compare

What's Changed

  • fix(lsp): correct inlay hints after lock file or manifest changes by @bug-ops in #53

Full Changelog: v0.5.4...v0.5.5

Installation

Binary Installation

Download the appropriate binary for your platform from the assets below:

  • Linux x86_64: deps-lsp-x86_64-unknown-linux-gnu.tar.gz
  • Linux aarch64: deps-lsp-aarch64-unknown-linux-gnu.tar.gz
  • macOS x86_64: deps-lsp-x86_64-apple-darwin.tar.gz
  • macOS ARM64: deps-lsp-aarch64-apple-darwin.tar.gz
  • Windows x64: deps-lsp-x86_64-pc-windows-msvc.zip
  • Windows ARM64: deps-lsp-aarch64-pc-windows-msvc.zip

Extract and add to your PATH:

# Linux/macOS
tar xzf deps-lsp-*.tar.gz
sudo mv deps-lsp /usr/local/bin/

# Verify installation
deps-lsp --version

Cargo Installation

cargo install deps-lsp

Zed Extension

The Zed extension will automatically download the appropriate binary from this release.

Checksums

SHA256 checksums are available for all artifacts (.sha256 files).