diff --git a/Cargo.lock b/Cargo.lock index e125cba36..c8d46e907 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4651,7 +4651,7 @@ dependencies = [ [[package]] name = "scarb-ui" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "camino", diff --git a/utils/scarb-ui/CHANGELOG.md b/utils/scarb-ui/CHANGELOG.md index 4f93536ef..3ee7b2c76 100644 --- a/utils/scarb-ui/CHANGELOG.md +++ b/utils/scarb-ui/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. ## Unreleased +## 0.1.3 (2024-01-22) +- Added `Ui::force_colors_enabled_stderr` and `Ui::has_colors_enabled_stderr`. + ## 0.1.2 (2023-11-14) - Added `PackagesFilterLong` parser. diff --git a/utils/scarb-ui/Cargo.toml b/utils/scarb-ui/Cargo.toml index e1c771ce6..e905f5c9d 100644 --- a/utils/scarb-ui/Cargo.toml +++ b/utils/scarb-ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scarb-ui" -version = "0.1.2" +version = "0.1.3" edition.workspace = true authors.workspace = true