From 477d818ca0be5f7eefd170cbdda2ed3885c8048e Mon Sep 17 00:00:00 2001 From: Jamy Golden Date: Sat, 24 Aug 2024 01:05:43 +0200 Subject: [PATCH] Release cli and lib update cli 0.9.4 and lib 0.5.1 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 4 ++-- tinted-builder-rust/Cargo.toml | 2 +- tinted-builder/CHANGELOG.md | 6 ++++++ tinted-builder/Cargo.toml | 2 +- 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b36e4..ee56f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.4] - 2024-08-24 + +## Fixed + +- Use latest tinted-builder which fixes bug where `{{base0X-dec-r|g|b}}` + renders `0` + ## [0.9.3] - 2024-07-12 ### Updated @@ -124,6 +131,8 @@ - `sync` subcommand support to sync with latest Tinted Theming schemes - `build` subcommand to trigger theme template build +[0.9.4]: https://github.com/tinted-theming/tinted-builder-rust/compare/v0.9.3...v0.9.4 +[0.9.3]: https://github.com/tinted-theming/tinted-builder-rust/compare/v0.9.2...v0.9.3 [0.9.2]: https://github.com/tinted-theming/tinted-builder-rust/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/tinted-theming/tinted-builder-rust/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/tinted-theming/tinted-builder-rust/compare/v0.8.0...v0.9.0 diff --git a/Cargo.lock b/Cargo.lock index 1d06774..da83532 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -372,7 +372,7 @@ dependencies = [ [[package]] name = "tinted-builder" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "clap", @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "tinted-builder-rust" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow", "clap", diff --git a/tinted-builder-rust/Cargo.toml b/tinted-builder-rust/Cargo.toml index 0b39f38..3dc86e3 100644 --- a/tinted-builder-rust/Cargo.toml +++ b/tinted-builder-rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tinted-builder-rust" -version = "0.9.3" +version = "0.9.4" edition = "2021" authors = ["Jamy Golden ", "Tinted Theming "] license = "MIT OR Apache-2.0" diff --git a/tinted-builder/CHANGELOG.md b/tinted-builder/CHANGELOG.md index b87b396..a53d0a6 100644 --- a/tinted-builder/CHANGELOG.md +++ b/tinted-builder/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.5.1 - 2024-08-24 + +## Fixed + +- Fix bug where `{{base0X-dec-r|g|b}}` renders `0` + ## 0.5.0 - 2024-07-12 ## Changed diff --git a/tinted-builder/Cargo.toml b/tinted-builder/Cargo.toml index fab7e88..c2a4cb0 100644 --- a/tinted-builder/Cargo.toml +++ b/tinted-builder/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tinted-builder" description = "A Tinted Theming template builder which uses yaml color schemes to generate theme files." -version = "0.5.0" +version = "0.5.1" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md"