diff --git a/CHANGELOG.md b/CHANGELOG.md index b2cbef8..aa24482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.2.5] - 2024-02-07 + +### 🚜 Refactor + +- Refactor color generation and gradient access + +### ⚙️ Miscellaneous Tasks + +- Refactor file structure for better organization + ## [0.2.4] - 2024-02-07 ### ⛰️ Features diff --git a/Cargo.toml b/Cargo.toml index 4046f91..71400f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lule" -version = "0.2.4" +version = "0.2.5" authors = ["Trim Bresilla "] description = "a command line to set 255 colors on tty's and other places that use ANSI colors" edition = "2018"