0.0.12
Due to problems with stdbuf
, the previous release (0.0.9) required a patch to work and no binary artifacts were generated. This release fixes that issue.
Changes
These are selected user-facing changes since 0.0.8.
- The minimum supported Rust version is now 1.54.
- The version numbers of the utils, the
coreutils
binary,uucore
anduucore_procs
are now synced. Hence the jump from 0.0.9 to 0.012. - All utils now use
UResult
due to incredible work by @jfinkels, who contributed over 50 PRs for this to happen, with additional contributions by @thomasqueirozb, @Smicry and @E3uka. This change is mostly invisible to users, but does lead to more consistent error messages now and in the future.
cp
- Fix pre-write permission change by @kimono-koans in #2769
- Handle edge cases when dest is a symlink by @miDeb in #2610
env
- Don't panic when name is empty by @thomasqueirozb in #2731
join
ls
- Add possible value for
--color=
by @equal-l2 in #2738 - Reduce binary size by removing regex crate by @kimono-koans in #2781
- Fix newline when only dirs in base directory by @kimono-koans in #2853
- Fix padding for dangling links in non-Long formats by @kimono-koans in #2856
- Fix device display by @kimono-koans in #2855
more
mv
- Fix bug: Should be able to stat files, but not able to mv if source and target are the same by @kimono-koans in #2763
numfmt
rm
- Allow
-r
flag to be specified multiple times by @kevinburke in #2732 - Silently accepts ---presume-input-tty by @hbina in #2532
seq
- Use
BigDecimal
to represent floats by @jfinkels in #2698 - Correct fixed-width spacing for inf sequences by @jfinkels in #2740
split
- Add
--verbose
option by @jfinkels in #2872 - Correct filename creation algorithm by @jfinkels in #2859
tail
- Improve error handling when file not found by @jfinkels in #2886
- Implement
-<number>
flag by @Smicry in #2747
New Contributors
- @kevinburke made their first contribution in #2732
- @palfrey made their first contribution in #2734
- @ybc37 made their first contribution in #2766
- @E3uka made their first contribution in #2771
- @refi64 made their first contribution in #2778
- @sbentmar made their first contribution in #2841
- @moko256 made their first contribution in #2858
Full Changelog: 0.0.8...0.0.12