Skip to content

Commit

Permalink
Bump ltex to v0.0.4 (#1765)
Browse files Browse the repository at this point in the history
Hi!

This release brings version 0.0.4 of the `ltex` extension. The most
notable change is the switch from the original
[`ltex`](https://github.com/valentjn/ltex-ls) repository, which seems to
be unmaintained, to a maintained fork named
[`ltex-plus`](https://github.com/ltex-plus/ltex-ls-plus). See [the
release page](https://github.com/vitallium/zed-ltex/releases/tag/v0.0.4)
for more information (which contains everything I've written here. :-)).

**Full Changelog:**
[https://github.com/vitallium/zed-ltex/compare/v0.0.3...v0.0.4](https://github.com/vitallium/zed-ltex/compare/v0.0.3...v0.0.4)
  • Loading branch information
vitallium authored Dec 5, 2024
1 parent eae61ee commit ba14628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ version = "0.0.1"

[ltex]
submodule = "extensions/ltex"
version = "0.0.3"
version = "0.0.4"

[lua]
submodule = "extensions/zed"
Expand Down
2 changes: 1 addition & 1 deletion extensions/ltex
Submodule ltex updated 5 files
+329 −0 Cargo.lock
+2 −2 Cargo.toml
+3 −3 README.md
+9 −9 extension.toml
+18 −10 src/lib.rs

0 comments on commit ba14628

Please sign in to comment.