docs/src/release-notes/0.0.18.md
Version: 0.0.18 Published: 2023-04-02T19:43:54Z
🎉 We're excited to announce the new release of Rust coreutils! This release brings several improvements and new features, including updates to the GNU test suite compatibility, and refinements in various utilities such as cksum, chmod, chroot, comm, cp, cut, and many more.
atty to is-terminal by @souzaguilhermea in https://github.com/uutils/coreutils/pull/4382Many 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 The numbers changes in every category because of the GNU/Coreutils upgraded to 9.2
| result | 0.0.17 | 0.0.18 | change |
|---|---|---|---|
| pass | 338 | 340 | +2 |
| skip | 48 | 50 | +2 |
| fail | 204 | 210 | +6 |
| error | 3 | 2 | +-1 |
date --i. by @kidrigger in https://github.com/uutils/coreutils/pull/4522./coreutils date -f aze by @AbhinavMir in https://github.com/uutils/coreutils/pull/4482paste dev dependency by @tertsdiepraam in https://github.com/uutils/coreutils/pull/4631--zero option (#4612) by @0xMRTT in https://github.com/uutils/coreutils/pull/4632expected_result in this scope by @piotrkwiecinski in https://github.com/uutils/coreutils/pull/4580test_shred_force on FreeBSD by @miles170 in https://github.com/uutils/coreutils/pull/4523permissions_set_readonly_false clippy error by @miles170 in https://github.com/uutils/coreutils/pull/4488tests/tail: Disable test_follow_with_pid on freebsd by @Joining7943 in https://github.com/uutils/coreutils/pull/4307tail: Cargo.toml: Remove unneeded features of uucore and the nix dependency by @Joining7943 in https://github.com/uutils/coreutils/pull/4376strum dependency by @tertsdiepraam in https://github.com/uutils/coreutils/pull/4629uucore: Fix #4298: Fails to build on s390x (and riscv64) by @Joining7943 in https://github.com/uutils/coreutils/pull/4299cicd: Fix #4322 toolchain overrides must begin with + by @Joining7943 in https://github.com/uutils/coreutils/pull/4323release-fast and release-small profiles and a page on packaging in the docs. by @tertsdiepraam in https://github.com/uutils/coreutils/pull/4470keep_env from the test framework by @miles170 in https://github.com/uutils/coreutils/pull/4594CmdResult #4259 by @Joining7943 in https://github.com/uutils/coreutils/pull/4261UCommand and add method to run a UCommand in a shell platform independently by @Joining7943 in https://github.com/uutils/coreutils/pull/4293CmdResult::stdout_matches and stdout_does_not_match by @Joining7943 in https://github.com/uutils/coreutils/pull/4304time from 0.3.17 to 0.3.20 by @tertsdiepraam in https://github.com/uutils/coreutils/pull/4643Full Changelog: https://github.com/uutils/coreutils/compare/0.0.17...0.0.18