Skip to content
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