We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0791f98 commit ec3d825Copy full SHA for ec3d825
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## [0.2.5] - 2024-02-07
4
+
5
+### <!-- 2 -->🚜 Refactor
6
7
+- Refactor color generation and gradient access
8
9
+### <!-- 7 -->⚙️ Miscellaneous Tasks
10
11
+- Refactor file structure for better organization
12
13
## [0.2.4] - 2024-02-07
14
15
### <!-- 0 -->⛰️ Features
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lule"
-version = "0.2.4"
+version = "0.2.5"
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 = "2018"
0 commit comments