From 57d1bf2c205ae8c6b583e36a61689f2ec2f38f76 Mon Sep 17 00:00:00 2001 From: Trim Bresilla Date: Wed, 7 Feb 2024 15:59:54 +0100 Subject: [PATCH] chore(release): prepare for v0.2.4 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6baba62..b2cbef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.4] - 2024-02-07 + +### ⛰️ Features + +- Refactor color generation and scheme in gen/generate.rs + ## [0.2.0] - 2024-02-07 ### 📚 Documentation diff --git a/Cargo.toml b/Cargo.toml index b14f6bd..4046f91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lule" -version = "0.2.3" +version = "0.2.4" authors = ["Trim Bresilla "] description = "a command line to set 255 colors on tty's and other places that use ANSI colors" edition = "2018"