From 58a5a0408e194bb6e4f8cd200100abee4133a68d Mon Sep 17 00:00:00 2001 From: Trim Bresilla Date: Thu, 8 Feb 2024 00:58:04 +0100 Subject: [PATCH] chore(release): prepare for v0.2.6 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa24482..d692849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.6] - 2024-02-07 + +### ⛰️ Features + +- Decided to use "tera" at the end as template engine +- Swap templr with handlebars package +- Improve color generation with `norandom` flag + ## [0.2.5] - 2024-02-07 ### 🚜 Refactor diff --git a/Cargo.toml b/Cargo.toml index b31713b..9a16e52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lule" -version = "0.2.5" +version = "0.2.6" authors = ["Trim Bresilla "] description = "a command line to set 255 colors on tty's and other places that use ANSI colors" edition = "2021"