docs/src/release-notes/0.0.25.md
Version: 0.0.25 Published: 2024-03-23T20:56:02Z
š¦ Rust Coreutils 0.0.25 Release:
We're thrilled to announce version 0.0.25. We added +15 GNU passing tests since our last update! More and more programs have a full compatibility with the GNU testsuite. The current list is: base64, basename, cat, chgrp, chmod, chown, dirname, expand, fold, groups, join, ln, mktemp, nice, nl, nproc, paste, pathchk, printenv, realpath, shuf, sleep, split, sync, unexpand, uniq, wc and yes.
This release saw contributions from 31 developers, including 14 newcomers.
Some of this work has been supported by the Sovereign Tech Fund.
If you want to help us, please consider sponsoring on GitHub. This helps us use better tools like GitHub Actions. Sponsor us at https://github.com/sponsors/uutils.
Visit our website at https://uutils.github.io.
Here's how version 0.0.25 compares to the previous release - running GNU/Coreutils 9.4:
| Result | 0.0.24 | 0.0.25 | Change 0.0.24 to 0.0.25 | % Total 0.0.24 | % Total 0.0.25 | % Change 0.0.24 to 0.0.25 |
|---|---|---|---|---|---|---|
| Pass | 422 | 437 | +15 | 69.87% | 72.35% | +2.48% |
| Skip | 50 | 50 | 0 | 8.28% | 8.28% | 0.00% |
| Fail | 132 | 117 | -15 | 21.85% | 19.37% | -2.48% |
| Error | 0 | 0 | 0 | 0.00% | 0.00% | 0.00% |
For more details, visit https://github.com/uutils/coreutils-tracking/.
printf functionality from uucore by @tertsdiepraam in https://github.com/uutils/coreutils/pull/5958crate_name attribute by @cakebaker in https://github.com/uutils/coreutils/pull/6091-b, -c, -f) by @wolimst in https://github.com/uutils/coreutils/pull/5962not-rewound.sh by @cre4ture in https://github.com/uutils/coreutils/pull/6088f2fs (android) by @cre4ture in https://github.com/uutils/coreutils/pull/6076chrono::Duration to chrono::TimeDelta by @cakebaker in https://github.com/uutils/coreutils/pull/5970concat! in tests for better readability by @cakebaker in https://github.com/uutils/coreutils/pull/6022ci:android stabilize and improve android github actions by @cre4ture in https://github.com/uutils/coreutils/pull/5939cspell by @cakebaker in https://github.com/uutils/coreutils/pull/5947cfg(feature = "env") by @cakebaker in https://github.com/uutils/coreutils/pull/6044config to config.toml by @cakebaker in https://github.com/uutils/coreutils/pull/5954split round robin limited fds by @cre4ture in https://github.com/uutils/coreutils/pull/6043Full Changelog: https://github.com/uutils/coreutils/compare/0.0.24...0.0.25