Skip to content

Releases: Saecki/crates.nvim

v0.4.0

05 Oct 09:18
Compare
Choose a tag to compare

No breaking changes, just a maintanance release.

What's Changed

Bug fixes

  • fix: add diagnostic for invalid crate name casing by @Saecki in #45
  • fix(toml): inline tables without extra spaces at the end by @figsoda in #48
  • fix: popup showing netrw a dir named "crates" exists by @Saecki in #54
  • fix: trigger initial update when lazy loading by @MunifTanjim in #61
  • fix: limit number of parallel requests using a queue by @Saecki in #64
  • fix: avoid checkhealth deprecation warnings by @jamestrew in #71
  • fix: don't show errors for workspace dependencies by @Saecki in #72
  • fix: don't show possibly misleading info or diagnostics for local depencencies by @Saecki in #76
  • fix: completion menu not triggering automatically by @Saecki in #80
  • fix: completion triggered before update has started by @Saecki in #81

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

25 Sep 21:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.0

18 Apr 12:21
Compare
Choose a tag to compare

Note: This will be the last release compatible with neovim 0.6

Features

Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

11 Dec 12:51
Compare
Choose a tag to compare

Inital Release.

Note: This will be the last release compatible with neovim 0.5.

Contributors

Full Changelog: https://github.com/Saecki/crates.nvim/commits/v0.1.0