There was an error while loading. Please reload this page.
1 parent e022a22 commit 58a5a04Copy full SHA for 58a5a04
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [0.2.6] - 2024-02-07
4
+
5
+### <!-- 0 -->⛰️ Features
6
7
+- Decided to use "tera" at the end as template engine
8
+- Swap templr with handlebars package
9
+- Improve color generation with `norandom` flag
10
11
## [0.2.5] - 2024-02-07
12
13
### <!-- 2 -->🚜 Refactor
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lule"
-version = "0.2.5"
+version = "0.2.6"
authors = ["Trim Bresilla <trim.bresilla@gmail.com>"]
description = "a command line to set 255 colors on tty's and other places that use ANSI colors"
edition = "2021"
0 commit comments