Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jun 10, 2024
1 parent c692e39 commit 1a6e64d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/bash/terminal-colorsaurus"
categories = ["command-line-interface"]
keywords = ["terminal", "light", "dark", "color-scheme", "cli"]
license = "MIT OR Apache-2.0"
version = "0.4.2"
version = "0.4.3"
edition = "2021"
rust-version = "1.70.0" # Search for `FIXME(msrv)` when bumping.
exclude = [".github", ".gitignore", "*.sh", "benchmark/**/*"]
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 0.4.3
* Remove private `docs` crate feature.
* 🐛 Fix broken link in docs.

## 0.4.2
* ✨ Add optional dependency on `anstyle` to enable conversions from `Color` to `anstyle::RgbColor`.
* ✨ Add conversion from `Color` to `rgb::RGB8`.
Expand Down

0 comments on commit 1a6e64d

Please sign in to comment.