chore: v1.0.0

This commit is contained in:
Lucas Schwiderski 2023-04-14 10:09:55 +02:00
parent 1681a34cdb
commit 62d096c111
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8
3 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,8 @@
== [Unreleased]
== [v1.0.0] - 2023-04-14
=== Added
- initial implementation

2
Cargo.lock generated
View file

@ -355,7 +355,7 @@ dependencies = [
[[package]]
name = "kak-highlight"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"clap",
"color-eyre",

View file

@ -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