From 89aab64096c33fdfccb9a411efcf6c3727a7821f Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Thu, 4 Apr 2024 22:58:53 +0200 Subject: [PATCH] v17.0.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.asciidoc | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe567bd..190e00e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 17.0.0 - 2024-04-04 Breaking changes: - New default server for Nix, [`nil`](https://github.com/oxalica/nil), replacing `rnix-lsp`. diff --git a/Cargo.lock b/Cargo.lock index 8a31652f..ff6ec7bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -611,7 +611,7 @@ dependencies = [ [[package]] name = "kak-lsp" -version = "16.0.0-snapshot" +version = "17.0.0" dependencies = [ "clap", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 007a572b..a2442b31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kak-lsp" description = "Kakoune Language Server Protocol Client" -version = "16.0.0-snapshot" +version = "17.0.0" authors = ["Ruslan Prokopchuk ", "Johannes Altmanninger "] edition = "2018" license = "Unlicense/MIT" diff --git a/README.asciidoc b/README.asciidoc index daf00d63..96fdcbf5 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -26,8 +26,8 @@ brew install kakoune-lsp/kakoune-lsp/kakoune-lsp [source,sh] ---- -curl -O -L https://github.com/kakoune-lsp/kakoune-lsp/releases/download/v16.0.0/kakoune-lsp-v16.0.0-x86_64-apple-darwin.tar.gz -tar xzvf kakoune-lsp-v16.0.0-x86_64-apple-darwin.tar.gz +curl -O -L https://github.com/kakoune-lsp/kakoune-lsp/releases/download/v17.0.0/kakoune-lsp-v17.0.0-x86_64-apple-darwin.tar.gz +tar xzvf kakoune-lsp-v17.0.0-x86_64-apple-darwin.tar.gz # replace `~/.local/bin/` with something on your `$PATH` mv kak-lsp ~/.local/bin/ @@ -49,8 +49,8 @@ mv kak-lsp.toml ~/.config/kak-lsp/ [source,sh] ---- -wget https://github.com/kakoune-lsp/kakoune-lsp/releases/download/v16.0.0/kakoune-lsp-v16.0.0-x86_64-unknown-linux-musl.tar.gz -tar xzvf kak-lsp-v16.0.0-x86_64-unknown-linux-musl.tar.gz +wget https://github.com/kakoune-lsp/kakoune-lsp/releases/download/v17.0.0/kakoune-lsp-v17.0.0-x86_64-unknown-linux-musl.tar.gz +tar xzvf kak-lsp-v17.0.0-x86_64-unknown-linux-musl.tar.gz # replace `~/.local/bin/` with something on your `$PATH` mv kak-lsp ~/.local/bin/