Skip to content

Commit

Permalink
Merge pull request #3 from tomcur/release-plz-2024-06-05T08-43-34Z
Browse files Browse the repository at this point in the history
chore: release v0.1.1
  • Loading branch information
tomcur authored Jun 10, 2024
2 parents a4fe56d + 81c2153 commit 9b64bc1
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 3 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Changelog

## [0.1.1] - 2024-06-10

### Features

- *(highlights)* Add nvim-dap-ui highlights
- *(highlights)* Add WinBar and WinBarNC
- *(web)* Allow specifying listen address and port as cli arguments

### Bug Fixes

- *(web)* Set correct name for default color scheme
- Use correct repo urls
- Typo
- Remove unnecessary file
- Add @variable to default highlight groups

### Documentation

- Improve explanations in highlow.toml
- Fix typo
- Hosted version is now available
- Improve wording
- Fix url typo
- *(hi.nvim.rs)* Add inverse theme generation to feature summary
- *(hi.nvim.rs)* Add screenshots of in-repo color schemes to README
- *(hi.nvim.rs)* Add badges

### Refactor

- Extract palette-gamut-mapping to its own repository

### Build System and CI

- Add buildColorscheme to Nix flake
- Add release-plz git-only note
- Add release-plz
- Add Rust build and test workflow
- Add hi-nvim-rs-web to Nix flake
- Read version from Cargo.toml
- Add package to Nix flake

### Other

- Bump input flakes

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.0"
version = "0.1.1"
edition = "2021"
description = "(Neo)vim perceptual color scheme compiler"
keywords = ["neovim", "vim", "colorscheme", "theme", "compiler"]
Expand Down
2 changes: 1 addition & 1 deletion hi-nvim-rs-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hi-nvim-rs-web"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down

0 comments on commit 9b64bc1

Please sign in to comment.