From a31ba93980aea819e983d2fd89a70e26ad97f1f9 Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Thu, 11 Jul 2024 15:48:35 +0000 Subject: [PATCH] Version bump --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c570f1..b1dc8f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Fixed + +### Changed + +### Removed + + +## [0.24.0] - 2024-07-11 + +### Added + * `Text::diff()` creates a text status emitter that does not do full dumps of test stderr/stdout, but only emits the diff of the changes * Support `-Zbuild-std` by add * use `DependencyBuilder::build_std` to enable it