docs/src/release-notes/0.0.19.md
Version: 0.0.19 Published: 2023-06-04T16:21:59Z
š Delighted to unveil the fresh release of Rust coreutils! This iteration offers an array of enhancements and novel functionalities. Key updates include enhancements to the GNU test suite compatibility, and finessed operations in a variety of utilities such as cksum, chmod, chroot, comm, cp, cut, and a multitude of others. We're making strides towards a production-ready toolset.
Many utils have gotten minor changes to improve GNU compatibility. Below is a summary of the progress. See https://github.com/uutils/coreutils-tracking/ for more details
| result | 0.0.18 | 0.0.19 | change |
|---|---|---|---|
| pass | 340 | 365 | +25 |
| skip | 50 | 49 | -1 |
| fail | 210 | 186 | -24 |
| error | 2 | 2 | 0 |
chown -v 0 nf isn't showing a message by @djedi23 in https://github.com/uutils/coreutils/pull/4768cp --debug by @sylvestre in https://github.com/uutils/coreutils/pull/4909head: use OsStringExt::from_vec instead of std::from_utf8_unchecked by @tertsdiepraam in https://github.com/uutils/coreutils/pull/4923expected_result in test_ls to avoid spurious failures by @sunfishcode in https://github.com/uutils/coreutils/pull/4784ci: Run tests with nextest by @Joining7943 in https://github.com/uutils/coreutils/pull/4740ci/gnu tests: fix Swatinem/rust-cache to use correct workspace by @Joining7943 in https://github.com/uutils/coreutils/pull/4766ci: Improve and speed up setup steps using github actions by @Joining7943 in https://github.com/uutils/coreutils/pull/4771Full Changelog: https://github.com/uutils/coreutils/compare/0.0.18...0.0.19