From 676218217eb9f894024799b66c493d641b9f2127 Mon Sep 17 00:00:00 2001 From: Boni Garcia Date: Fri, 21 Jun 2024 16:24:43 +0200 Subject: [PATCH] [rust] Update changelog for version 0.4.22 --- rust/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index 5f949097de10b..a469bee75ef7c 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,3 +1,15 @@ +0.4.22 +====== + +* Include mixed output (INFO, WARN, DEBUG, etc. to stderr and minimal JSON to stdout) (#13414) +* Display driver path in error trace when driver is unavailable +* Include cache paths with non-ascii characters in test (#14066) +* Use pure Rust implementation for which command (#14114) +* Include PATH env for testing SM in CI +* Bump dependencies to latest versions +* Micro optimization in the strings usage and other minor issues +* Use rules_rust 0.42.1 (Rust 1.77.2) + 0.4.21 ======