Skip to content

Commit

Permalink
v16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krobelus committed Feb 20, 2024
1 parent 1c8cbb1 commit 5b7efe1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## Unreleased
## 16.0.0 - 2024-02-20

Both the kak-lsp project and GitHub organization have been renamed to kakoune-lsp. The binary and config file paths are unchanged. Distributors are encouraged to update the package name.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "kak-lsp"
description = "Kakoune Language Server Protocol Client"
version = "15.0.1-snapshot"
version = "16.0.0"
authors = ["Ruslan Prokopchuk <fer.obbee@gmail.com>", "Johannes Altmanninger <aclopte@gmail.com>"]
edition = "2018"
license = "Unlicense/MIT"
Expand Down
8 changes: 4 additions & 4 deletions README.asciidoc
Expand Up @@ -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/v15.0.1/kakoune-lsp-v15.0.1-x86_64-apple-darwin.tar.gz
tar xzvf kakoune-lsp-v15.0.1-x86_64-apple-darwin.tar.gz
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
# replace `~/.local/bin/` with something on your `$PATH`
mv kak-lsp ~/.local/bin/
Expand All @@ -49,8 +49,8 @@ mv kak-lsp.toml ~/.config/kak-lsp/

[source,sh]
----
wget https://github.com/kakoune-lsp/kakoune-lsp/releases/download/v15.0.1/kakoune-lsp-v15.0.1-x86_64-unknown-linux-musl.tar.gz
tar xzvf kak-lsp-v15.0.1-x86_64-unknown-linux-musl.tar.gz
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
# replace `~/.local/bin/` with something on your `$PATH`
mv kak-lsp ~/.local/bin/
Expand Down

0 comments on commit 5b7efe1

Please sign in to comment.