Skip to content

Commit 1a6e64d

Browse files
committed
Bump version and update changelog
1 parent c692e39 commit 1a6e64d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/bash/terminal-colorsaurus"
66
categories = ["command-line-interface"]
77
keywords = ["terminal", "light", "dark", "color-scheme", "cli"]
88
license = "MIT OR Apache-2.0"
9-
version = "0.4.2"
9+
version = "0.4.3"
1010
edition = "2021"
1111
rust-version = "1.70.0" # Search for `FIXME(msrv)` when bumping.
1212
exclude = [".github", ".gitignore", "*.sh", "benchmark/**/*"]

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 0.4.3
3+
* Remove private `docs` crate feature.
4+
* 🐛 Fix broken link in docs.
5+
26
## 0.4.2
37
* ✨ Add optional dependency on `anstyle` to enable conversions from `Color` to `anstyle::RgbColor`.
48
* ✨ Add conversion from `Color` to `rgb::RGB8`.

0 commit comments

Comments
 (0)