diff --git a/CHANGELOG.md b/CHANGELOG.md index 99e7d3e..eae18f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.1.3] - 2024-07-12 + +### Features + +- Add Grayscale color scheme + +### Bug Fixes + +- *(highlights)* Add String group (@string links to it) + +### Documentation + +- *(README)* Add configuration explanation +- *(README)* Add Grayscale to color scheme gallery +- *(README)* Set example images' widths to ensure github doesn't squash them +- Use Termsnap for color scheme screenshots + +### Refactor + +- Make two lines in Rust example code shorter + +### Build System and CI + +- Add compiled color schemes to release + ## [0.1.2] - 2024-06-12 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 639212d..4bc960a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -515,7 +515,7 @@ checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" [[package]] name = "hi-nvim-rs" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 555fe60..a48f2be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hi-nvim-rs" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "(Neo)vim perceptual color scheme compiler" keywords = ["neovim", "vim", "colorscheme", "theme", "compiler"]