chore: v1.0.0
This commit is contained in:
parent
1681a34cdb
commit
62d096c111
3 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
== [Unreleased]
|
||||
|
||||
== [v1.0.0] - 2023-04-14
|
||||
|
||||
=== Added
|
||||
|
||||
- initial implementation
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -355,7 +355,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "kak-highlight"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"color-eyre",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue