Skip to content

Commit

Permalink
Merge pull request #5 from tomcur/release-plz-2024-07-01T15-38-27Z
Browse files Browse the repository at this point in the history
chore: release v0.1.3
  • Loading branch information
tomcur authored Jul 12, 2024
2 parents 29a543b + 62a3d65 commit f6624f3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit f6624f3

Please sign in to comment.