From 1a6e64dc8ac4f580870aaa0b59ad181c43795105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tau=20G=C3=A4rtli?= Date: Mon, 10 Jun 2024 13:11:34 +0200 Subject: [PATCH] Bump version and update changelog --- Cargo.lock | 2 +- Cargo.toml | 2 +- changelog.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 516d11f..ff9d3d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,7 +259,7 @@ dependencies = [ [[package]] name = "terminal-colorsaurus" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anstyle", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 6328615..40ea9ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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/**/*"] diff --git a/changelog.md b/changelog.md index b5ea424..49cb82c 100644 --- a/changelog.md +++ b/changelog.md @@ -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`.