Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rust] Update Rust changelog for version 0.4.22 #14169

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
======

Expand Down