diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 4ce18ac..87de810 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -2,6 +2,8 @@ == [Unreleased] +== [v1.0.0] - 2023-04-14 + === Added - initial implementation diff --git a/Cargo.lock b/Cargo.lock index 5f82a3e..6f1b037 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,7 +355,7 @@ dependencies = [ [[package]] name = "kak-highlight" -version = "0.1.0" +version = "1.0.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 109d12e..40b151b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,8 @@ [package] name = "kak-highlight" -version = "0.1.0" +author = "Lucas Schwiderski" +description = "Tree-sitter-based highlighting for Kakoune" +version = "1.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html