# 0.0.12
**Version:** 0.0.12
**Published:** 2022-01-19T14:53:45Z
## Release Notes
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` and `uucore_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 https://github.com/uutils/coreutils/pull/2769
* Handle edge cases when dest is a symlink by @miDeb in https://github.com/uutils/coreutils/pull/2610
### `env`
* Don't panic when name is empty by @thomasqueirozb in https://github.com/uutils/coreutils/pull/2731
### `join`
* Add `-z` option by @jtracey in https://github.com/uutils/coreutils/pull/2880
* Operate on bytes instead of Strings by @jtracey in https://github.com/uutils/coreutils/pull/2851
### `ls`
* Add possible value for `--color=` by @equal-l2 in https://github.com/uutils/coreutils/pull/2738
* Reduce binary size by removing regex crate by @kimono-koans in https://github.com/uutils/coreutils/pull/2781
* Fix newline when only dirs in base directory by @kimono-koans in https://github.com/uutils/coreutils/pull/2853
* Fix padding for dangling links in non-Long formats by @kimono-koans in https://github.com/uutils/coreutils/pull/2856
* Fix device display by @kimono-koans in https://github.com/uutils/coreutils/pull/2855
### `more`
* Add next-line and prev-line command by @E3uka in https://github.com/uutils/coreutils/pull/2771
### `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 https://github.com/uutils/coreutils/pull/2763
### `numfmt`
* Implement `--suffix` option by @sbentmar in https://github.com/uutils/coreutils/pull/2841
### `rm`
* Allow `-r` flag to be specified multiple times by @kevinburke in https://github.com/uutils/coreutils/pull/2732
* Silently accepts ---presume-input-tty by @hbina in https://github.com/uutils/coreutils/pull/2532
### `seq`
* Use `BigDecimal` to represent floats by @jfinkels in https://github.com/uutils/coreutils/pull/2698
* Correct fixed-width spacing for inf sequences by @jfinkels in https://github.com/uutils/coreutils/pull/2740
### `split`
* Add `--verbose` option by @jfinkels in https://github.com/uutils/coreutils/pull/2872
* Correct filename creation algorithm by @jfinkels in https://github.com/uutils/coreutils/pull/2859
### `tail`
* Improve error handling when file not found by @jfinkels in https://github.com/uutils/coreutils/pull/2886
* Implement `-<number>` flag by @Smicry in https://github.com/uutils/coreutils/pull/2747
## New Contributors
* @kevinburke made their first contribution in https://github.com/uutils/coreutils/pull/2732
* @palfrey made their first contribution in https://github.com/uutils/coreutils/pull/2734
* @ybc37 made their first contribution in https://github.com/uutils/coreutils/pull/2766
* @E3uka made their first contribution in https://github.com/uutils/coreutils/pull/2771
* @refi64 made their first contribution in https://github.com/uutils/coreutils/pull/2778
* @sbentmar made their first contribution in https://github.com/uutils/coreutils/pull/2841
* @moko256 made their first contribution in https://github.com/uutils/coreutils/pull/2858
**Full Changelog**: https://github.com/uutils/coreutils/compare/0.0.8...0.0.12