diff --git a/Cargo.lock b/Cargo.lock index 94cd660..50b81e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -636,7 +636,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "iwe" -version = "0.0.21" +version = "0.0.22" dependencies = [ "clap", "env_logger", @@ -657,7 +657,7 @@ dependencies = [ [[package]] name = "iwes" -version = "0.0.21" +version = "0.0.22" dependencies = [ "anyhow", "assert-json-diff", @@ -704,7 +704,7 @@ checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" [[package]] name = "liwe" -version = "0.0.21" +version = "0.0.22" dependencies = [ "env_logger", "futures", diff --git a/Cargo.toml b/Cargo.toml index 89e654d..bb990fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,10 @@ license = "Apache-2.0" edition = "2021" rust-version = "1.82" repository = "https://github.com/iwe-org/iwe" -version = "0.0.21" +version = "0.0.22" [workspace.dependencies] -liwe = { path = "./crates/liwe", version = "0.0.21" } +liwe = { path = "./crates/liwe", version = "0.0.22" } anyhow = "1.0.41" clap = { version = "4.0", features = ["derive"] } crossbeam-channel = "0.5.8" diff --git a/crates/iwe/CHANGELOG.md b/crates/iwe/CHANGELOG.md index c46ee21..c7d493b 100644 --- a/crates/iwe/CHANGELOG.md +++ b/crates/iwe/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.22](https://github.com/iwe-org/iwe/compare/iwe-v0.0.21...iwe-v0.0.22) - 2025-02-17 + +### Added + +- better search results +- helix specific lsp client handling + ## [0.0.19](https://github.com/iwe-org/iwe/compare/iwe-v0.0.18...iwe-v0.0.19) - 2025-02-16 ### Added